13static const uint8_t SENSOR_MODE_REGISTER = 0x03;
14static const uint8_t SENSOR_MODE_AUTO = 0x00;
15static const uint8_t SENSOR_MODE_PASSIVE = 0x01;
16static const uint8_t SET_REGISTER = 0x04;
20static const uint8_t SENSOR_PASS_READ_REG = 0x07;
21static const uint8_t SENSOR_AUTO_READ_REG = 0x09;
27 void setup()
override;
This class simplifies creating components that periodically check a state.
This Class provides the methods to read/write bytes from/to an i2c device.
void dump_config() override
Base-class for all sensors.