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] (https://www.arduino.cc/en/Reference/Wire) for the I2C peripheral interfaces in RIOT. It supports only I2C master mode and the functions that are documented in the official [Arduino Reference] (https://www.arduino.cc/en/Reference/Wire) 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] (https://creativecommons.org/licenses/by-sa/3.0/).
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 |
#define ARDUINO_I2C_DEV (I2C_DEV(0)) |
Default Arduino I2C interface.
Definition at line 63 of file wireport.hpp.
#define WIREPORT_BUFFER_LENGTH 32 |
Buffer length used by the Arduino Wire library implementation.
Definition at line 67 of file wireport.hpp.