void setup() {
// put your setup code here, to run once:
DDRE = (1 << PE4);
}
void loop() {
// put your main code here, to run repeatedly:
delay(200);
tone(2,10,100);
}
void setup() {
// put your setup code here, to run once:
DDRE = (1 << PE4);
}
void loop() {
// put your main code here, to run repeatedly:
delay(200);
tone(2,10,100);
}