adafruit / Adafruit_FRAM_I2C

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

Adafruit Feather M0 (ATSAMD21) seems to work fine with Adafruit's I2C FRAM #3

Closed bostrt closed 4 years ago

bostrt commented 6 years ago

Hi! I was sad to see that the Adafruit I2C FRAM breakout wasn't compatible with the Feather M0 (as indicated in the compatibility chart). However, I still tried it out just to see how it bad things break and it actually seems to work fine for me. I tried a couple lines from the example in this repo and it tracks restarts without issue.

Can you re-check on your side if the Feather M0 and FRAM breakout do actually work fine?

ladyada commented 6 years ago

its probably from when the SAMD core didn't support i2c repeated starts. and now it does? so, yay!

ladyada commented 4 years ago

clean up old issues