Added custom irradiance quantity

This commit is contained in:
Zachary Sunforge
2024-07-09 10:48:13 -07:00
parent 96ae59087e
commit 8a23429e5f
4 changed files with 20 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pub mod control;
pub mod error;
pub mod adc;
#[cfg(feature = "resistive-divider")]
pub mod resistive_divider;
pub mod uom;
pub mod circuit;
pub use error::CriticalError;