mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Update gp8211.cpp
This commit is contained in:
parent
cdf55d7c70
commit
f8be4b39e1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ static const char *const TAG = "gp8211";
|
|||
static const uint8_t RANGE_REGISTER = 0x01;
|
||||
|
||||
void GP8211::setup() {
|
||||
this->write_register(RANGE_REGISTER, reinterpret_cast<uint8_t*>(&this->voltage_), sizeof(this->voltage_));
|
||||
this->write_register(RANGE_REGISTER, reinterpret_cast<uint8_t*>(&this->voltage_), sizeof(this->voltage_));
|
||||
}
|
||||
|
||||
void GP8211::dump_config() {
|
||||
|
|
Loading…
Reference in a new issue