rust-arduino/002-timer/.cargo/config.toml

9 lines
153 B
TOML
Raw Permalink Normal View History

2024-01-12 23:41:54 +03:00
[build]
target = "avr-specs/avr-atmega328p.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude uno -cb 57600"
[unstable]
build-std = ["core"]