Go to file
LowPowerLab 43e0150b1b Merge pull request #3 from PaulStoffregen/master
SPI transactions
2014-07-29 16:45:13 -04:00
examples/SPIFlash_ReadWrite Use only necessary .h files in example 2014-07-29 10:13:32 -07:00
README.md adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
SPIFlash.cpp Use SPI transaction, if supported by SPI library 2014-07-29 10:12:31 -07:00
SPIFlash.h Fix writeBytes length 2014-06-30 11:25:09 -04:00
keywords.txt Add readUniqueId() to get unique 64 bit MAC 2014-05-29 14:32:19 -04:00

README.md

SPIFlash

Arduino library for read/write access to SPI flash memory chips. See code files for initial documentation, more to come soon.

###Installation Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.
To find your Arduino folder go to File>Preferences in the Arduino IDE.
See this tutorial on Arduino libraries.