15 void setup()
override;
19 bool read_reg(uint8_t
reg, uint8_t *value)
override;
This Class provides the methods to read/write bytes from/to an i2c device.
I2CRegister reg(uint8_t a_register)
calls the I2CRegister constructor
bool write_reg(uint8_t reg, uint8_t value) override
void dump_config() override
bool read_reg(uint8_t reg, uint8_t *value) override
Providing packet encoding functions for exchanging data with a remote host.