mirror of
https://github.com/esphome/esphome.git
synced 2025-03-31 16:08:15 +01:00
Update mcp4461.cpp
This commit is contained in:
parent
f83412be66
commit
21fbd762e0
@ -86,7 +86,7 @@ void Mcp4461Component::dump_config() {
|
|||||||
// get_status_register() will automatically check, if D8, D7 & R1 bits (locked to 1) are 1 and bail out using error-routine otherwise
|
// get_status_register() will automatically check, if D8, D7 & R1 bits (locked to 1) are 1 and bail out using error-routine otherwise
|
||||||
uint8_t status_register_value;
|
uint8_t status_register_value;
|
||||||
status_register_value = this->get_status_register();
|
status_register_value = this->get_status_register();
|
||||||
ESP_LOGCONFIG(TAG, " └── Status register: , D7: %" PRIu8 ", WL3: %" PRIu8 ", WL2: %" PRIu8 ", EEWA: %" PRIu8 ", WL1: %" PRIu8 ", WL0: %" PRIu8 ", R1: %" PRIu8 ", WP: %" PRIu8 "",
|
ESP_LOGCONFIG(TAG, " └── Status register: D7: %" PRIu8 ", WL3: %" PRIu8 ", WL2: %" PRIu8 ", EEWA: %" PRIu8 ", WL1: %" PRIu8 ", WL0: %" PRIu8 ", R1: %" PRIu8 ", WP: %" PRIu8 "",
|
||||||
((status_register_value >> 7) & 0x01),
|
((status_register_value >> 7) & 0x01),
|
||||||
((status_register_value >> 6) & 0x01),
|
((status_register_value >> 6) & 0x01),
|
||||||
((status_register_value >> 5) & 0x01),
|
((status_register_value >> 5) & 0x01),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user