oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
6
7
pub mod bemf_detect;
pub mod six_step;
pub mod trapezoidal;

pub use bemf_detect::BemfDetector;
pub use six_step::{hall_to_sector, HallState, PhaseState, SixStepCommutator};
pub use trapezoidal::TrapezoidalCommutator;