see code
This commit is contained in:
@@ -16,7 +16,7 @@ void EmptyI2CSensor::setup(){
|
||||
void EmptyI2CSensor::update(){
|
||||
uint8_t data = 10;
|
||||
this->read_register(0x0, &data, (size_t)0x1);
|
||||
ESP_LOGI(TAG, "sensor output: %d", data[0]);
|
||||
ESP_LOGI(TAG, "sensor output: %d", data);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user