Support for Itead Si7021
This commit is contained in:
parent
46499c0f26
commit
92fc3e8bcb
2 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue