// no_std; intended for embedded environments
extern crate std; // to permit testing in non-embedded environment
// main dht20 module
// type-safe sensor reading struct; prevent mixing up Celsius and Fahrenheit
// utility functions for dht20
// re-export for convenience
pub use *;