I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
xxxI2C Class Reference

An I2C wrapper class for xxx. More...

Detailed Description

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
 

Constructor & Destructor Documentation

◆ xxxI2C()

xxxI2C::xxxI2C ( I2Cwrapper w)

Constructor.

Parameters
wWrapper object representing the target the pin is connected to.

Member Function Documentation

◆ xxxDemo1()

void xxxI2C::xxxDemo1 ( uint8_t  arg1)

◆ xxxDemo2()

uint8_t xxxI2C::xxxDemo2 ( uint16_t  arg1,
float  arg2,
bool  arg3 
)

Member Data Documentation

◆ myNum

int8_t xxxI2C::myNum = -1

The documentation for this class was generated from the following files: