syact 0.12.1-alpha

A library to control motors (mainly stepper motors) and components, read data from sensors and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Components
    mod conveyor;
    pub use conveyor::Conveyor;

    // mod cylinder_triangle;
    // pub use cylinder_triangle::{CylinderTriangle, StepperCylTriangle};

    mod gear;
    pub use gear::Gear;

    mod linear_axis;
    pub use linear_axis::LinearAxis;

    mod state_comp;
    pub use state_comp::StateActuator;
//