oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
pub mod hbridge;
pub mod pwm;

pub use hbridge::{HBridge, HBridgeOutput};
pub use pwm::{DcMotor, PwmDrive};