Adafruit_FRAM_I2C icon indicating copy to clipboard operation
Adafruit_FRAM_I2C copied to clipboard

Arduino library driver for Adafruit's I2C-Based FRAM Breakouts

Results 4 Adafruit_FRAM_I2C issues
Sort by recently updated
recently updated
newest added

`@returns The 8-bit value retrieved at addr` should be `True on I2C command success, false on timeout or I2C failure` [src](https://github.com/adafruit/Adafruit_FRAM_I2C/blob/0a84520545bebce5592a031e1d6380a9f7d848ad/Adafruit_EEPROM_I2C.cpp#L115)

1. Added multi-byte read and write methods to bring this in line with the SPI FRAM driver. 2. Added support for the 1mbit/128K (Cypress FM24V10) FRAM chip. Note: The method...

Can you please add in the other fujitsu fram sizes to the library.

Hi, I have created a pull request for this that adds multi-byte read and write methods and also support for 1mbit I2C chips, with an new example sketch. Please let...