MySensors Library & Examples
2.3.2
|
This is the complete list of members for SoftI2cMaster, including all inherited members.
begin(uint8_t sclPin, uint8_t sdaPin) (defined in SoftI2cMaster) | SoftI2cMaster | |
I2cMasterBase() (defined in I2cMasterBase) | I2cMasterBase | inline |
read(uint8_t last) | SoftI2cMaster | virtual |
SoftI2cMaster() (defined in SoftI2cMaster) | SoftI2cMaster | inline |
SoftI2cMaster(uint8_t sclPin, uint8_t sdaPin) (defined in SoftI2cMaster) | SoftI2cMaster | |
start() | SoftI2cMaster | virtual |
stop(void) | SoftI2cMaster | 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 b) | SoftI2cMaster | virtual |