TwoWire Member List
This is the complete list of members for TwoWire, including all inherited members.
| available() override | TwoWire | virtual |
| begin(uint8_t sda, uint8_t scl) | TwoWire | |
| begin() | TwoWire | |
| beginTransmission(uint8_t address) | TwoWire | |
| BUFFER_LENGTH | TwoWire | static |
| clearWriteError() | inline | |
| end() | TwoWire | |
| endTransmission(bool sendStop=true) | TwoWire | |
| Error enum name | TwoWire | |
| find(const char *target) | Stream | inline |
| find(const char *target, size_t length) | Stream | inline |
| findUntil(const char *target, const char *terminator) | Stream | |
| findUntil(const char *target, size_t targetLen, const char *terminate, size_t termLen) | Stream | |
| flush() override | TwoWire | virtual |
| getWriteError() | inline | |
| I2C_ERR_ADDR_NACK enum value | TwoWire | |
| I2C_ERR_DATA_NACK enum value | TwoWire | |
| I2C_ERR_LINE_BUSY enum value | TwoWire | |
| I2C_ERR_SUCCESS enum value | TwoWire | |
| I2C_OK enum value | TwoWire | |
| I2C_SCL_HELD_LOW enum value | TwoWire | |
| I2C_SCL_HELD_LOW_AFTER_READ enum value | TwoWire | |
| I2C_SDA_HELD_LOW enum value | TwoWire | |
| I2C_SDA_HELD_LOW_AFTER_INIT enum value | TwoWire | |
| indexOf(char c) | Stream | inlinevirtual |
| onReceive(UserReceive callback) | TwoWire | inline |
| onRequest(UserRequest callback) | TwoWire | inline |
| parseFloat() | Stream | |
| parseFloat(char skipChar) | Stream | protected |
| parseInt() | Stream | |
| parseInt(char skipChar) | Stream | protected |
| peek() override | TwoWire | virtual |
| peekNextDigit() | Stream | protected |
| pins(uint8_t sda, uint8_t scl) | TwoWire | |
| print(char c) | inline | |
| print(const char str[]) | inline | |
| print(unsigned long num, uint8_t base=DEC) | inline | |
| print(unsigned long num, Args... args) | inline | |
| print(const unsigned long long &num, Args... args) | inline | |
| print(long num, uint8_t base=DEC) | inline | |
| print(long num, Args... args) | inline | |
| print(const long long &num, Args... args) | inline | |
| print(unsigned int num, Args... args) | inline | |
| print(unsigned char num, Args... args) | inline | |
| print(int num, Args... args) | inline | |
| print(double num, int digits=2) | inline | |
| print(const T &obj) | inline | |
| print(const String &s) | inline | |
| print(E value) | inline | |
| printf(const char *fmt,...) | ||
| println() | inline | |
| println(const Args &... args) | inline | |
| read() override | TwoWire | virtual |
| readBytes(char *buffer, size_t length) | Stream | virtual |
| readBytes(uint8_t *buffer, size_t length) | Stream | inline |
| readBytesUntil(char terminator, char *buffer, size_t length) | Stream | |
| readString(size_t maxLen) | Stream | virtual |
| readStringUntil(char terminator) | Stream | |
| receiveTimeout | Stream | protected |
| requestFrom(uint8_t address, uint8_t size, bool sendStop=true) | TwoWire | |
| setClock(uint32_t frequency) | TwoWire | |
| setClockStretchLimit(uint32_t limit) | TwoWire | |
| setTimeout(unsigned long timeout) | Stream | inline |
| setWriteError(int err=1) | inlineprotected | |
| Status enum name | TwoWire | |
| status() | TwoWire | |
| Stream() | Stream | inline |
| timedPeek() | Stream | protected |
| timedRead() | Stream | protected |
| TwoWire() | TwoWire | inline |
| UserReceive typedef | TwoWire | |
| UserRequest typedef | TwoWire | |
| write(uint8_t) override | TwoWire | virtual |
| write(const uint8_t *, size_t) override | TwoWire | virtual |
| write(uint8_t c)=0 | TwoWire | |
| write(const char *str) | TwoWire | inline |
| write(const uint8_t *buffer, size_t size) | TwoWire | |
| write(const char *buffer, size_t size) | TwoWire | inline |
| Stream::write(const char *str) | inline | |
| Stream::write(const char *buffer, size_t size) | inline | |
| ~Print() | inlinevirtual |
1.8.17