v2.9
This commit is contained in:
10
lib/Adafruit BusIO/Adafruit_I2CRegister.h
Normal file
10
lib/Adafruit BusIO/Adafruit_I2CRegister.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _ADAFRUIT_I2C_REGISTER_H_
|
||||
#define _ADAFRUIT_I2C_REGISTER_H_
|
||||
|
||||
#include <Adafruit_BusIO_Register.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
typedef Adafruit_BusIO_Register Adafruit_I2CRegister;
|
||||
typedef Adafruit_BusIO_RegisterBits Adafruit_I2CRegisterBits;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user