theCore C++ embedded framework
htu21d.hpp File Reference

Driver for HTU21D digital humidity sensor with temperature output See, https://cdn-shop.adafruit.com/datasheets/1899_HTU21D.pdf. More...

#include <ecl/err.hpp>
#include <common/execution.hpp>
Include dependency graph for htu21d.hpp:
This graph shows which files directly or indirectly include this file:

Data Structures

class  ecl::sensor::htu21d< i2c_dev >
 HTU21D sensor driver implementation. More...
 

Namespaces

 ecl
 
 ecl::sensor
 

Enumerations

enum  ecl::sensor::htu21d_resolution { ecl::sensor::htu21d_resolution::rm12_t14, ecl::sensor::htu21d_resolution::rm8_t12, ecl::sensor::htu21d_resolution::rm10_t13, ecl::sensor::htu21d_resolution::rm11_t11 }
 Defines resolution modes for HTU21D sensor. More...
 

Detailed Description

Driver for HTU21D digital humidity sensor with temperature output See, https://cdn-shop.adafruit.com/datasheets/1899_HTU21D.pdf.