adds initial motor bravo implementation

This commit is contained in:
2026-08-19 19:24:28 -07:00
parent 47b1323af1
commit d9728b8680
25 changed files with 1081 additions and 123 deletions
+3
View File
@@ -25,6 +25,9 @@ tokio = { version = "1.48.0" }
tokio-util = "0.7.17"
env_logger = "0.11.8"
good_lp = { version = "1.14.2", default-features = false }
hex = "0.4.3"
strum = "0.28.0"
strum_macros = "0.28.0"
[profile.dev.package.good_lp]
opt-level = 3