Expand description
Controllers and command definitions for Omni-Wheel Bot hardware.
This module contains submodules and types for managing I2C devices (motors, IMU)
and addressable LEDs, and defines the SystemCommand enum for incoming commands.
Submodules:
i2c: Motor PWM and IMU control over I2C busleds: Addressable LED strip control
Re-exports§
pub use i2c::I2C_CHANNEL;pub use leds::LED_CHANNEL;