Go to file
LowPowerLab 78485dd54c Create WirelessHEX.h 2013-04-18 18:49:02 -03:00
README.md Update README.md 2013-04-04 19:16:29 -03:00
SPIFlash.cpp Update SPIFlash.cpp 2013-04-16 16:44:56 -03:00
SPIFlash.h Update SPIFlash.h 2013-04-16 16:44:38 -03:00
WirelessHEX.cpp Create WirelessHEX.cpp 2013-04-18 18:48:44 -03:00
WirelessHEX.h Create WirelessHEX.h 2013-04-18 18:49:02 -03:00
keywords.txt Update keywords.txt 2013-04-18 18:47:33 -03: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.