mirror of https://github.com/arendst/Tasmota.git
9 lines
230 B
C
9 lines
230 B
C
|
#include "Adafruit_BusIO_Register.h"
|
||
|
#ifndef _ADAFRUIT_I2C_REGISTER_H_
|
||
|
#define _ADAFRUIT_I2C_REGISTER_H_
|
||
|
|
||
|
typedef Adafruit_BusIO_Register Adafruit_I2CRegister;
|
||
|
typedef Adafruit_BusIO_RegisterBits Adafruit_I2CRegisterBits;
|
||
|
|
||
|
#endif
|