embedded_ccs811/prelude.rs
1//! The prelude is a collection of all the traits for the CCS811 in this crate
2//!
3//! The traits have been renamed to avoid collisions with other items when
4//! performing a glob import.
5
6pub use crate::Ccs811AppMode as _ccs811_ccs811appmode;
7pub use crate::Ccs811BootMode as _ccs811_ccs811bootmode;
8pub use crate::Ccs811Device as _ccs811_ccs811device;