Eine Mini-Konsole, aber Arduino
- Rust 100%
| .cargo | ||
| assets | ||
| src | ||
| .gitignore | ||
| .woodpecker.yaml | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Presentation.md | ||
| Ravedude.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
ArduinoBoy
A minimal console-like interface for the Arduino Uno.
Build Instructions
-
Install prerequisites as described in the
avr-halREADME (avr-gcc,avr-libc,avrdude,ravedude). -
Run
cargo buildto build the firmware. -
Run
cargo runto flash the firmware to a connected board. Ifravedudefails to detect your board, check its documentation at https://crates.io/crates/ravedude. -
ravedudewill open a console session after flashing where you can interact with the UART console of your board.