Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonlovesdoggo/tej3m
https://github.com/jasonlovesdoggo/tej3m
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonlovesdoggo/tej3m
- Owner: JasonLovesDoggo
- License: mit
- Created: 2024-05-28T13:22:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:00:58.000Z (7 months ago)
- Last Synced: 2024-11-27T01:41:55.925Z (29 days ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tej3m
=====Rust project for the _Arduino Uno_.
## Build Instructions
1. Install prerequisites as described in the [`avr-hal` README] (`avr-gcc`, `avr-libc`, `avrdude`, [`ravedude`]).2. Run `cargo build` to build the firmware.
3. Run `cargo run` to flash the firmware to a connected board. If `ravedude`
fails to detect your board, check its documentation at
.4. `ravedude` will open a console session after flashing where you can interact
with the UART console of your board.[`avr-hal` README]: https://github.com/Rahix/avr-hal#readme
[`ravedude`]: https://crates.io/crates/ravedude## License
- MIT license
([LICENSE](LICENSE) or )