I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
|
Functions | |
void | setup () |
void | loop () |
void | doLEDs (uint8_t value) |
void | halt (const char *m) |
Variables | |
const uint8_t | i2cAddress = 0x08 |
const uint8_t | strobePin = 4 |
const uint8_t | clockPin = 7 |
const uint8_t | dataPin = 8 |
I2Cwrapper | wrapper (i2cAddress) |
void doLEDs | ( | uint8_t | value | ) |
void halt | ( | const char * | m | ) |
void loop | ( | void | ) |
void setup | ( | void | ) |
const uint8_t clockPin = 7 |
const uint8_t dataPin = 8 |
const uint8_t i2cAddress = 0x08 |
const uint8_t strobePin = 4 |
TM1638liteI2C tm& wrapper | ( | i2cAddress | ) |