This commit is contained in:
2023-12-18 22:53:58 +01:00
parent 8486714605
commit 5e3e776c9d
@@ -11,7 +11,7 @@ void EmptyI2CComponent::setup() {
}
void EmptyI2CComponent::loop() {
uint8_t data = 10;
uint8_t data = 9;
this->read_register(0x0, &data, 0x1);
ESP_LOGI(TAG, "READ value: %d", data);
}