oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod absolute;
pub mod endat;
pub mod hall;
pub mod incremental;
pub mod resolver;
pub mod sincos;

pub use absolute::AbsoluteEncoder;
pub use endat::{EndatDecoder, EndatResult};
pub use hall::{hall_to_sector, sector_to_angle, HallSensor};
pub use incremental::IncrementalEncoder;
pub use resolver::ResolverDecoder;
pub use sincos::SincosEncoder;