mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
use no hold master mode for si7021/htu21d (#2528)
This commit is contained in:
parent
6beb9e568a
commit
dc15d1c8ec
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ static const char *const TAG = "htu21d";
|
||||||
|
|
||||||
static const uint8_t HTU21D_ADDRESS = 0x40;
|
static const uint8_t HTU21D_ADDRESS = 0x40;
|
||||||
static const uint8_t HTU21D_REGISTER_RESET = 0xFE;
|
static const uint8_t HTU21D_REGISTER_RESET = 0xFE;
|
||||||
static const uint8_t HTU21D_REGISTER_TEMPERATURE = 0xE3;
|
static const uint8_t HTU21D_REGISTER_TEMPERATURE = 0xF3;
|
||||||
static const uint8_t HTU21D_REGISTER_HUMIDITY = 0xE5;
|
static const uint8_t HTU21D_REGISTER_HUMIDITY = 0xF5;
|
||||||
static const uint8_t HTU21D_REGISTER_STATUS = 0xE7;
|
static const uint8_t HTU21D_REGISTER_STATUS = 0xE7;
|
||||||
|
|
||||||
void HTU21DComponent::setup() {
|
void HTU21DComponent::setup() {
|
||||||
|
|
Loading…
Reference in a new issue