Added stm32 counter abstraction

This commit is contained in:
Zachary Levy
2026-04-08 19:15:00 -07:00
parent fef05b937d
commit b3906b08e4
3 changed files with 173 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ license.workspace = true
comms = []
single-packet-msgs = []
usb = ["embassy-usb"]
counter = []
stm32 = ["embassy-stm32", "physical/stm32"]
[dependencies.physical]