ArduboyI2C Library
|
This is the complete list of members for I2C, including all inherited members.
getAddressFromId(uint8_t id) | I2C | static |
getBuffer() | I2C | static |
getTWError() | I2C | static |
handshake() | I2C | static |
init() | I2C | static |
onReceive(void(*function)()) | I2C | static |
onRequest(void(*function)()) | I2C | static |
read(uint8_t address, void *buffer, uint8_t size) | I2C | static |
read(uint8_t address, T *buffer) (defined in I2C) | I2C | static |
setAddress(uint8_t address, bool generalCall=false) | I2C | static |
transmit(const void *buffer, uint8_t size) | I2C | static |
transmit(const T *object) (defined in I2C) | I2C | static |
write(uint8_t address, const void *buffer, uint8_t size, bool wait) | I2C | static |
write(uint8_t address, const T *buffer, bool wait) (defined in I2C) | I2C | static |