Guest User

Untitled

a guest
Dec 11th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. void setup() { }
  2. void loop() {
  3.  
  4. noTone(6);
  5. // C7 in eighth
  6. tone(6, 2093, 250); delay(250);
  7. noTone(6);
  8. //B7 in eighth
  9. tone(6, 3951, 250); delay(250);
  10. noTone(6);
  11. //G7 in fourth
  12. tone(6, 3136, 500); delay(500);
  13. noTone(6);
  14. //G7 in eighth
  15. tone(6, 3136, 250); delay(250);
  16. noTone(6);
  17. //F7 in eighth
  18. tone(6, 2794, 250); delay(250);
  19. noTone(6);
  20. //E7 in eighth
  21. tone(6, 2637, 250); delay(250);
  22. noTone(6);
  23. //E7 in fou
Add Comment
Please, Sign In to add comment