Basic arduino blink

This commit is contained in:
Werner
2021-12-25 08:13:42 -03:00
parent 7386595421
commit 536616d424
5 changed files with 84 additions and 0 deletions

6
.cargo/config.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
target-dir = "Binaries"
target = "avr-atmega328p.json"
[unstable]
build-std = ["core"]