Initial commit

This commit is contained in:
2023-07-25 22:48:19 +02:00
commit 86994e0f8c
18 changed files with 764 additions and 0 deletions

8
.cargo/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[build]
target = "avr-specs/avr-atmega2560.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude mega2560 -cb 57600"
[unstable]
build-std = ["core"]