owb-core 0.1.0

Core drivers and utilities for the Omni‑Wheel Bot (no‑std embedded robotics)
Documentation
1
2
3
4
5
6
//! Core drivers and utilities for the Omni-Wheel Bot on no-std embedded platforms.
//!
//! For runnable examples, see the `examples/` directory.
#![no_std]

pub mod utils;