12 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.
I2CRegister reg(uint8_t a_register)
calls the I2CRegister constructor
void dump_config() override
uint8_t crc8_pec_(const uint8_t *data, uint8_t len)
void set_emissivity(float emissivity)
void set_object_sensor(sensor::Sensor *object_sensor)
bool write_bytes_(uint8_t reg, uint16_t data)
float get_setup_priority() const override
sensor::Sensor * object_sensor_
void set_ambient_sensor(sensor::Sensor *ambient_sensor)
sensor::Sensor * ambient_sensor_
Base-class for all sensors.
Providing packet encoding functions for exchanging data with a remote host.