mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Update gp8211.cpp
This commit is contained in:
parent
f8be4b39e1
commit
5724a7a173
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;
|
static const uint8_t RANGE_REGISTER = 0x01;
|
||||||
|
|
||||||
void GP8211::setup() {
|
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() {
|
void GP8211::dump_config() {
|
||||||
|
|
Loading…
Reference in a new issue