12 void setup()
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
void dump_config() override
bool read_ina_register(uint8_t reg, uint8_t *data, size_t len) override
bool write_ina_register(uint8_t reg, const uint8_t *data, size_t len) override
Providing packet encoding functions for exchanging data with a remote host.