Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <Morse.h>
- Morse morse(13);
- void setup()
- {
- }
- void loop()
- {
- morse.dot(); morse.dot(); morse.dot();
- morse.dash(); morse.dash(); morse.dash();
- morse.dot(); morse.dot(); morse.dot();
- delay(3000);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement