Tasmota/lib/libesp32/berry_tasmota/src/be_i2c_driverlib.c
2022-09-14 19:39:46 +02:00

11 lines
357 B
C

/********************************************************************
* Tasmota I2C_Driver class
*
* To use: `d = I2C_Driver(addr, name)`
* where:
* addr: I2C address of the device
* name: name of the I2C chip for logging
*
*******************************************************************/
#include "solidify/solidified_i2c_driver.h"