//! The prelude is a collection of all the traits for the CCS811 in this crate
//!
//! The traits have been renamed to avoid collisions with other items when
//! performing a glob import.
pub use crateCcs811AppMode as _ccs811_ccs811appmode;
pub use crateCcs811BootMode as _ccs811_ccs811bootmode;
pub use crateCcs811Device as _ccs811_ccs811device;