Go to file
Felix Rusu 57715ad5c0 Unintrusive SPI transactions & misc fixes 2014-07-29 17:10:06 -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 Unintrusive SPI transactions & misc fixes 2014-07-29 17:10:06 -04:00
SPIFlash.h Unintrusive SPI transactions & misc fixes 2014-07-29 17:10:06 -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.