https://github.com/goto-eof/esp32-morse-rust
Led blinking using morse encoding for ESP32 device
https://github.com/goto-eof/esp32-morse-rust
Last synced: 6 months ago
JSON representation
Led blinking using morse encoding for ESP32 device
- Host: GitHub
- URL: https://github.com/goto-eof/esp32-morse-rust
- Owner: goto-eof
- Created: 2023-11-18T12:56:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T21:00:34.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:43:50.416Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 Morse Rust
Led blinking using morse encoding for ESP32 device.
**morse_esp32** - contains the ESP32 application
```
cd morse_esp32
cargo run # remember that your ESP32 should be connected and the power button should be pressed in roder to install software
```
**morse_lib** - contains the morse encoder, used by `morse_esp32` and `morse_test`.
**morse_test** - test cases for morse_lib
```
cd morse_test
cargo test
```