I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
|
An I2C wrapper class for xxx. More...
An I2C wrapper class for xxx.
This class ...
Public Member Functions | |
xxxI2C (I2Cwrapper *w) | |
Constructor. More... | |
void | xxxDemo1 (uint8_t) |
uint8_t | xxxDemo2 (uint16_t, float, bool) |
Public Attributes | |
int8_t | myNum = -1 |
xxxI2C::xxxI2C | ( | I2Cwrapper * | w | ) |
Constructor.
w | Wrapper object representing the target the pin is connected to. |
void xxxI2C::xxxDemo1 | ( | uint8_t | arg1 | ) |
uint8_t xxxI2C::xxxDemo2 | ( | uint16_t | arg1, |
float | arg2, | ||
bool | arg3 | ||
) |
int8_t xxxI2C::myNum = -1 |