MySensors Library & Examples
2.3.2
|
This is the complete list of members for I2cMasterBase, including all inherited members.
I2cMasterBase() (defined in I2cMasterBase) | I2cMasterBase | inline |
read(uint8_t last)=0 | I2cMasterBase | pure virtual |
start()=0 | I2cMasterBase | pure virtual |
stop()=0 | I2cMasterBase | pure virtual |
transfer(uint8_t addressRW, void *buf, size_t nbyte, uint8_t option=I2C_STOP) (defined in I2cMasterBase) | I2cMasterBase | |
transferContinue(void *buf, size_t nbyte, uint8_t option=I2C_STOP) (defined in I2cMasterBase) | I2cMasterBase | |
write(uint8_t data)=0 | I2cMasterBase | pure virtual |