16#ifndef I2C_INTERFACE_H
17#define I2C_INTERFACE_H
Abstract I2C bus interface.
Definition I2CInterface.h:28
virtual void begin()
Initialize the I2C bus.
Definition I2CInterface.h:40
virtual void writeRegister(uint8_t addr, uint8_t reg, uint8_t val)=0
Write one byte to a device register.
virtual ~I2CInterface()
Definition I2CInterface.h:30