feat: blink and timer

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-12 23:41:54 +03:00
parent 3c6bedf65a
commit f135e2484a
24 changed files with 671 additions and 0 deletions

View file

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