adafruit / Adafruit_FRAM_SPI

Driver for Adafruit's SPI-Based FRAM Breakouts
Other
34 stars 30 forks source link

Added support for writing multiple bytes at a time #1

Closed mikeaustin closed 9 years ago

mikeaustin commented 9 years ago

The chip supports writing multiple values, so I just added a simple version of write that does that. Enjoy! Modify the example and variable naming etc. to your liking.

ladyada commented 9 years ago

FTW! :D