rust-arduino-blink
rust-arduino-blink copied to clipboard
How to run Rust on Arduino Uno
Results
2
rust-arduino-blink issues
Sort by
recently updated
recently updated
newest added
Hi, I'm trying to build this repo but I get all sorts of compilation issues, mostly things like this: ``` error[E0463]: can't find crate for `core` | = note: the...
First, I had to edit line 7 in `avr-atmega328p.json` to ```toml "os": "none", ``` Without the change, build process stops immediately. But `cargo build` still produces the following error: ```sh...