11namespace sen0321_sensor {
14static const uint8_t SENSOR_MODE_REGISTER = 0x03;
15static const uint8_t SENSOR_MODE_AUTO = 0x00;
16static const uint8_t SENSOR_MODE_PASSIVE = 0x01;
17static const uint8_t SET_REGISTER = 0x04;
21static const uint8_t SENSOR_PASS_READ_REG = 0x07;
22static const uint8_t SENSOR_AUTO_READ_REG = 0x09;
28 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.
Providing packet encoding functions for exchanging data with a remote host.