|
ArduboyI2C Library
|
This is the complete list of members for I2C, including all inherited members.
| detectEmulator() | I2C | static |
| 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 *object) | I2C | static |
| setAddress(uint8_t address, bool generalCall=false) | I2C | static |
| transmit(const void *buffer, uint8_t size) | I2C | static |
| transmit(const T *object) | I2C | static |
| write(uint8_t address, const void *buffer, uint8_t size, bool wait) | I2C | static |
| write(uint8_t address, const T *object, bool wait) | I2C | static |