mirror of
https://github.com/guilhermewerner/rust-avr
synced 2025-06-15 21:34:18 +00:00
Basic arduino blink
This commit is contained in:
6
.cargo/config.toml
Normal file
6
.cargo/config.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[build]
|
||||
target-dir = "Binaries"
|
||||
target = "avr-atmega328p.json"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core"]
|
Reference in New Issue
Block a user