-
Notifications
You must be signed in to change notification settings - Fork 0
Morse
Vishwas Parpattegar edited this page Sep 3, 2025
·
1 revision
Flash a sequence in Morse code using an external library.
- Use an external Morse code library
- Implement LED flashing functionality
- Display a specific message in Morse code
- Convert "HELLO" to Morse:
.... . .-.. .-.. ---
- Flash LED with correct timing (dots: 200ms, dashes: 600ms)
- You can find a suitable Library on PlatformIO Registry
- You can add a library to your project by including it in the
lib_deps
section in yourplatformio.ini
file.
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps = morse-code-library