NetBurner 3.5.6
PDF Version |
Implements the same TwoWire interface as other popular microcontrollers for easy cross-compatibility with third party libraries. More...
Classes | |
class | TwoWire |
Wire interface class. More... | |
Implements the same TwoWire interface as other popular microcontrollers for easy cross-compatibility with third party libraries.
#include< Wire.h>
To use, simply instantiate the TwoWire class in your main.cpp: TwoWire Wire;
See examples in your NNDK under examples/I2C/Wire