arduino lernen
Home » Arduino » 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); }
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.