|
ArduboyI2C Library
|
This is the complete list of members for I2C, including all inherited members.
| begin() | I2C | static |
| checkCableFlipped(void(*startFunction)()=nullptr, void(*loopFunction)()=nullptr) | I2C | static |
| end() | I2C | static |
| Error enum name | I2C | |
| getAddress() | I2C | static |
| getBuffer() | I2C | static |
| getBufferSize() | I2C | static |
| getError() | I2C | static |
| handshake(void(*startFunction)()=nullptr, void(*loopFunction)()=nullptr) | I2C | static |
| isActive() | I2C | static |
| Mode enum name | I2C | |
| nullAddress | 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 | inlinestatic |
| read(uint8_t address, T(&buffer)[N]) | I2C | inlinestatic |
| reply(const void *buffer, uint8_t size) | I2C | static |
| reply(const T &object) | I2C | inlinestatic |
| reply(const T(&buffer)[N]) | I2C | inlinestatic |
| Role enum name | I2C | |
| setAddress(uint8_t address) | I2C | static |
| targetAddress | I2C | static |
| write(uint8_t address, const void *buffer, uint8_t size, I2C::Mode mode) | I2C | static |
| write(uint8_t address, const T &object, I2C::Mode mode) | I2C | inlinestatic |
| write(uint8_t address, const T(&buffer)[N], I2C::Mode mode) | I2C | inlinestatic |