Home » Arduino » S1 :: 7.1. ton

Themen

S1 :: 7.1. ton

// arduino kurs 2022
// https://arduino.langheiter.at/8-1
// 8.1 :: 1 ton

void setup() {
  
}

void loop() {
  tone(D11, 140, 1000);
  noTone(D11);
  delay(1000);
}

Leave a comment

Your email address will not be published. Required fields are marked *