I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
|
Functions | |
void | interruptFromTarget () |
void | setup () |
void | loop () |
void | halt (const char *m) |
Variables | |
uint8_t | i2cAddress = 0x08 |
const uint8_t | interruptPinTarget = 26 |
const uint8_t | interruptPinController = 26 |
const uint8_t | touchPin = 4 |
const uint8_t | touchPinID = 0 |
I2Cwrapper | wrapper (i2cAddress) |
volatile bool | interruptFlag = false |
unsigned long | then = millis() |
void halt | ( | const char * | m | ) |
void interruptFromTarget | ( | ) |
void loop | ( | void | ) |
void setup | ( | void | ) |
uint8_t i2cAddress = 0x08 |
volatile bool interruptFlag = false |
const uint8_t interruptPinController = 26 |
const uint8_t interruptPinTarget = 26 |
unsigned long then = millis() |
const uint8_t touchPin = 4 |
const uint8_t touchPinID = 0 |
ESP32sensorsI2C sensors& wrapper | ( | i2cAddress | ) |