//7.Glow all 8 LEDs
void setup() {
volatile char *ddrf,*outf;
ddrf=0x30;
outf=0x31;
*ddrf=0xff;
*outf=0xff;
}
void loop() {
// put your main code here, to run repeatedly:
}
//7.Glow all 8 LEDs
void setup() {
volatile char *ddrf,*outf;
ddrf=0x30;
outf=0x31;
*ddrf=0xff;
*outf=0xff;
}
void loop() {
// put your main code here, to run repeatedly:
}