syact 0.15.0

A library that defines actuators and their interaction with each other
Documentation
1
2
3
4
5
6
7
8
9
10
// ####################
// #    SUBMODULES    #
// ####################
    /// Servo motor data
    pub mod servo;

    /// Crate for variables read and written during runtime
    mod var;
    pub use var::ActuatorVars;
//