void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("12,OUTPUT");
}
void loop() {
// put your main code here, to run repeatedly:
tone(12,10000 );
delay(1000); // this speeds up the simulation
}
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("12,OUTPUT");
}
void loop() {
// put your main code here, to run repeatedly:
tone(12,10000 );
delay(1000); // this speeds up the simulation
}