Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.