mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 02:40:29 +01:00
Update esphome/components/mcp4461/mcp4461.cpp
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
027e055015
commit
f2c3c56179
@ -72,8 +72,8 @@ void Mcp4461Component::loop() {
|
||||
|
||||
uint16_t Mcp4461Component::get_status_register() {
|
||||
uint8_t reg = 0;
|
||||
reg |= (uint8_t) Mcp4461Addresses::MCP4461_STATUS;
|
||||
reg |= (uint8_t) Mcp4461Commands::READ;
|
||||
reg |= static_cast<uint8_t>(Mcp4461Addresses::MCP4461_STATUS);
|
||||
reg |= static_cast<uint8_t>(Mcp4461Commands::READ);
|
||||
uint16_t buf;
|
||||
if (!this->read_byte_16(reg, &buf)) {
|
||||
this->status_set_warning();
|
||||
|
Loading…
x
Reference in New Issue
Block a user