changed the structure of core::communication.

I think the implementation of the positional.rs is good
This commit is contained in:
2026-05-23 13:59:32 -05:00
parent 8917d1f81c
commit eb29b97f9b
14 changed files with 371 additions and 7 deletions
+6 -3
View File
@@ -1,3 +1,6 @@
pub mod impls;
pub mod structs;
pub mod traits;
pub mod sensing;
pub mod motor;
pub mod positional;
pub mod general;
pub mod drivetrain;
pub mod wheel;