feat(feature): add sparkfun-promicro feature
This commit is contained in:
parent
aa554f1fe5
commit
a4657e202f
|
@ -6,11 +6,13 @@ edition = "2021"
|
||||||
[dependencies.arduino-hal]
|
[dependencies.arduino-hal]
|
||||||
git = "https://github.com/rahix/avr-hal"
|
git = "https://github.com/rahix/avr-hal"
|
||||||
rev = "3e362624547462928a219c40f9ea8e3a64f21e5f"
|
rev = "3e362624547462928a219c40f9ea8e3a64f21e5f"
|
||||||
features = ["sparkfun-promicro"]
|
|
||||||
|
|
||||||
[dependencies.static_pins]
|
[dependencies.static_pins]
|
||||||
git = "https://gitea.doryan04.ru/TheEmbeddedRust/static_pins"
|
git = "https://gitea.doryan04.ru/TheEmbeddedRust/static_pins"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
sparkfun-promicro = ["arduino-hal/sparkfun-promicro", "static_pins/sparkfun-promicro"]
|
||||||
|
|
||||||
[dependencies.avr-device]
|
[dependencies.avr-device]
|
||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue