Go to file
Felix Rusu 7c4424e08e Fix writeBytes length
Credit to wilsynet
2014-06-30 11:25:09 -04:00
Examples/SPIFlash_ReadWrite Create SPIFlash_ReadWrite.ino 2013-04-19 17:00:38 -03:00
README.md adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
SPIFlash.cpp Fix writeBytes length 2014-06-30 11:25:09 -04: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.