2019-05-18 07:34:39 +01:00
|
|
|
#ifndef _ADAFRUIT_I2C_REGISTER_H_
|
|
|
|
|
#define _ADAFRUIT_I2C_REGISTER_H_
|
|
|
|
|
|
2021-11-20 05:56:35 +00:00
|
|
|
#include <Adafruit_BusIO_Register.h>
|
2021-11-20 06:09:02 +00:00
|
|
|
#include <Arduino.h>
|
2021-11-19 20:00:35 +00:00
|
|
|
|
2019-05-18 07:34:39 +01:00
|
|
|
typedef Adafruit_BusIO_Register Adafruit_I2CRegister;
|
|
|
|
|
typedef Adafruit_BusIO_RegisterBits Adafruit_I2CRegisterBits;
|
|
|
|
|
|
|
|
|
|
#endif
|