Added pid control

Co-authored-by: Zachary Sunforge <zachary.sunforge@bfpower.io>
Reviewed-on: #12
This commit is contained in:
2024-06-07 23:41:54 +00:00
parent 38044cb945
commit 3f79ef86d8
4 changed files with 381 additions and 11 deletions

View File

@ -1,6 +1,7 @@
#![no_std]
pub mod transducer;
pub mod control;
pub mod cell;
mod error;