Advertisement
safwan092

Untitled

Aug 31st, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void setup() {
  2. pinMode(4, OUTPUT);
  3. // ↓ 31 | 4978 | 2960 | 1568 | 440 | 110 |
  4. tone(4, 110, 2000);
  5. }
  6. void loop() {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement