Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therolffr/arduino-nano-rust-max7219
Little experiments on Rust with Arduino Nano and a MAX7219 connected by a 4-digit 7-segment display
https://github.com/therolffr/arduino-nano-rust-max7219
Last synced: about 1 month ago
JSON representation
Little experiments on Rust with Arduino Nano and a MAX7219 connected by a 4-digit 7-segment display
- Host: GitHub
- URL: https://github.com/therolffr/arduino-nano-rust-max7219
- Owner: TheRolfFR
- License: apache-2.0
- Created: 2024-07-05T18:13:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T12:16:50.000Z (6 months ago)
- Last Synced: 2024-10-15T10:17:19.932Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
arduino-nano-rust-max7219
=================Rust project for the _Arduino Nano_.
## 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 -- -P COM8` 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
Licensed under either of- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license
([LICENSE-MIT](LICENSE-MIT) or )at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.