https://github.com/gmelodie/rust-esp-examples
My Rust/ESP32 code snippets
https://github.com/gmelodie/rust-esp-examples
Last synced: about 2 months ago
JSON representation
My Rust/ESP32 code snippets
- Host: GitHub
- URL: https://github.com/gmelodie/rust-esp-examples
- Owner: gmelodie
- License: apache-2.0
- Created: 2023-05-14T23:39:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T14:54:28.000Z (over 2 years ago)
- Last Synced: 2025-01-24T11:44:29.067Z (9 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust ESP learning
## Building
```bash
cargo espflash --release --example blinky-button --monitor /dev/ttyACM0
```