SPIFlash_LowPowerLab/README.md

12 lines
444 B
Markdown
Raw Normal View History

2013-04-04 23:03:35 +01:00
SPIFlash
========
2013-04-04 23:05:51 +01:00
Arduino library for read/write access to SPI flash memory chips.
See code files for initial documentation, more to come soon.
2013-04-04 23:16:09 +01:00
###Installation
2013-04-04 23:16:29 +01:00
Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.
2013-04-04 23:16:09 +01:00
<br />
To find your Arduino folder go to File>Preferences in the Arduino IDE.
<br/>
See [this tutorial](http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries) on Arduino libraries.