19 #ifndef _ADAFRUIT_FRAM_I2C_H_ 20 #define _ADAFRUIT_FRAM_I2C_H_ 24 #define MB85RC_DEFAULT_ADDRESS \ 26 #define MB85RC_SECONDARY_ADDRESS \ 38 void getDeviceID(uint16_t *manufacturerID, uint16_t *productID);
41 Adafruit_I2CDevice *i2c_dev2 = NULL;
42 boolean _framInitialised;
Class that stores state and functions for interacting with I2C FRAM chips.
Definition: Adafruit_FRAM_I2C.h:33
Class that stores state and functions for interacting with I2C EEPROM chips.
Definition: Adafruit_EEPROM_I2C.h:19
bool begin(uint8_t addr=MB85RC_DEFAULT_ADDRESS, TwoWire *theWire=&Wire)
Sets up the hardware and initializes I2C.
Definition: Adafruit_FRAM_I2C.cpp:53
void getDeviceID(uint16_t *manufacturerID, uint16_t *productID)
Reads the Manufacturer ID and the Product ID frm the IC.
Definition: Adafruit_FRAM_I2C.cpp:94
Adafruit_FRAM_I2C(void)
Definition: Adafruit_FRAM_I2C.cpp:39
#define MB85RC_DEFAULT_ADDRESS
Definition: Adafruit_FRAM_I2C.h:24