Removed a bunch of over abstracted bullshit.

This commit is contained in:
Zachary Sunforge
2024-06-22 09:45:12 -07:00
parent 02ddde0c5d
commit a95cb64941
35 changed files with 26 additions and 1600 deletions

View File

@ -2,7 +2,8 @@
pub mod transducer;
pub mod control;
pub mod cell;
pub mod error;
pub mod adc;
pub use error::CriticalError;