NetBurner 3.5.6
PDF Version
Wire Interface

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...
 

Detailed Description

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