void setup() {
DDRB=32; // put your setup code here, to run once:
while(1){PORTB|=(1<<5);
PORTB&=~(1<<5);}
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
DDRB=32; // put your setup code here, to run once:
while(1){PORTB|=(1<<5);
PORTB&=~(1<<5);}
}
void loop() {
// put your main code here, to run repeatedly:
}