Definition of the Arduino 'Wire Library' for TwoWire interfaces. More...
Definition of the Arduino 'Wire Library' for TwoWire interfaces.
This library is the implementation of the Arduino Wire Library for the I2C peripheral interfaces in RIOT. It supports only I2C master mode and the functions that are documented in the official Arduino Reference of this library.
The implementation is an adaptation of the original Arduino Wire Library which is published under the following copyright:
The documentation in this file is partially extracted from the original Arduino Reference of this library which is published under the Creative Commons Attribution-ShareAlike 3.0 License.
Definition in file wireport.hpp.
Go to the source code of this file.
Data Structures | |
class | TwoWire |
Class definition for the Arduino Wire library implementation. More... | |
#define | ARDUINO_I2C_DEV (I2C_DEV(0)) |
Default Arduino I2C interface. | |
#define | WIREPORT_BUFFER_LENGTH 32 |
Buffer length used by the Arduino Wire library implementation. | |
TwoWire | Wire |