adafruit / Adafruit_FRAM_I2C

Arduino library driver for Adafruit's I2C-Based FRAM Breakouts
Other
44 stars 32 forks source link

Multibyte read and write methods plus 1mbit FRAM support. #5

Open pholmes2012 opened 6 years ago

pholmes2012 commented 6 years ago
  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 Cypress has chosen to implement their 1mbit I2C FRAM chip means it can only support up to 1mbit, so when an I2C FRAM chip offering greater than 1mbit capacity comes out it will be using a different solution, therefore further changes will be required to this driver.

PPPDUD commented 1 year ago

@adafruit, please add this.