diff --git a/src/lib.rs b/src/lib.rs index a778e1b..5d824a4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -306,6 +306,7 @@ pub struct Sgp30 { initialized: bool, } +/// The fixed data pattern returned when the on-chip self-test is successful. const SELFTEST_SUCCESS: &[u8] = &[0xd4, 0x00]; impl Sgp30