improved sensor canbus code

This commit is contained in:
2025-12-06 04:01:16 +01:00
parent 6ffbf710d3
commit ca2fd8a5e1
5 changed files with 97 additions and 58 deletions

View File

@@ -28,6 +28,7 @@ embassy-usb = { version = "0.3.0" }
embassy-futures = { version = "0.1.0" }
embassy-sync = { version = "0.6.0" }
embedded-can = "0.4.1"
nb = "1.1"
embedded-alloc = { version = "0.6.0", default-features = false, features = ["llff"] }
# This is okay because we should automatically use whatever ch32-hal uses