Initial commit

This commit is contained in:
Charlotte Gaskell 2025-11-09 11:38:45 +00:00
commit 99ded37a10
Signed by: charlotte
GPG key ID: 8B93BA001088A340
9 changed files with 990 additions and 0 deletions

9
.cargo/config.toml Normal file
View file

@ -0,0 +1,9 @@
[build]
target = "avr-none"
rustflags = ["-C", "target-cpu=atmega2560"]
[target.'cfg(target_arch = "avr")']
runner = "ravedude"
[unstable]
build-std = ["core"]