- Modified some thermocouple functions to use f64 instead of f32
- Added thermistor - Added resistive divider
This commit is contained in:
@ -5,5 +5,7 @@ pub mod control;
|
||||
pub mod error;
|
||||
|
||||
pub mod adc;
|
||||
#[cfg(feature = "resistive-divider")]
|
||||
pub mod resistive_divider;
|
||||
|
||||
pub use error::CriticalError;
|
||||
|
Reference in New Issue
Block a user