I2Cwrapper v0.3.0
Generic framework for Arduino I2C target devices
|
Functions | |
void | setup () |
void | loop () |
void | halt (const char *m) |
Variables | |
uint8_t | i2cAddress = 0x08 |
I2Cwrapper | wrapper (i2cAddress) |
const uint8_t | dPinIn = 12 |
const uint8_t | dPinOut = 13 |
const uint8_t | aPinIn = 14 |
const uint8_t | aPinOut = 6 |
void halt | ( | const char * | m | ) |
void loop | ( | ) |
void setup | ( | ) |
const uint8_t aPinIn = 14 |
const uint8_t aPinOut = 6 |
const uint8_t dPinIn = 12 |
const uint8_t dPinOut = 13 |
uint8_t i2cAddress = 0x08 |
PinI2C pins& wrapper | ( | i2cAddress | ) |