11 namespace sen0321_sensor {
14 static const uint8_t SENSOR_MODE_REGISTER = 0x03;
15 static const uint8_t SENSOR_MODE_AUTO = 0x00;
16 static const uint8_t SENSOR_MODE_PASSIVE = 0x01;
17 static const uint8_t SET_REGISTER = 0x04;
21 static const uint8_t SENSOR_PASS_READ_REG = 0x07;
22 static const uint8_t SENSOR_AUTO_READ_REG = 0x09;
28 void setup()
override;
This class simplifies creating components that periodically check a state.
Implementation of SPI Controller mode.
void dump_config() override
Base-class for all sensors.
This Class provides the methods to read/write bytes from/to an i2c device.