Support for Itead Si7021

This commit is contained in:
UncleRus 2019-07-22 02:21:27 +05:00
parent 46499c0f26
commit 92fc3e8bcb
2 changed files with 5 additions and 4 deletions

View file

@ -21,7 +21,8 @@ extern "C" {
typedef enum
{
DHT_TYPE_DHT11 = 0, //!< DHT11
DHT_TYPE_DHT22 //!< DHT22
DHT_TYPE_DHT22, //!< DHT22
DHT_TYPE_SI7021 //!< Itead SI7021
} dht_sensor_type_t;
/**