Go to file
LowPowerLab 7b054f770f fix infinite loop bug when HIGH-Z MISO stays high (take2) 2013-08-02 10:23:56 -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 infinite loop bug when HIGH-Z MISO stays high (take2) 2013-08-02 10:23:56 -04:00
SPIFlash.h adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
keywords.txt adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -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.