feat(feature): add sparkfun-promicro feature

This commit is contained in:
doryan 2025-04-25 13:40:28 +04:00
parent 1fb1c3d573
commit 53075f63ec

View File

@ -9,7 +9,9 @@ path = "static_pins_macros"
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"
rev = "3e362624547462928a219c40f9ea8e3a64f21e5f"
features = ["sparkfun-promicro"]
[features]
sparkfun-promicro = ["arduino-hal/sparkfun-promicro"]
[profile.dev]
panic = "abort"