Added pid control Co-authored-by: Zachary Sunforge <zachary.sunforge@bfpower.io> Reviewed-on: #12
9 lines
105 B
Rust
9 lines
105 B
Rust
#![no_std]
|
|
|
|
pub mod transducer;
|
|
pub mod control;
|
|
pub mod cell;
|
|
mod error;
|
|
|
|
pub use error::CriticalError;
|