Update README.md

This commit is contained in:
LowPowerLab 2014-07-29 17:28:41 -04:00
parent 477d475b03
commit 0ff7e84224
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ For instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 5242
<br/>Minimal modifications should allow chips that have different page size to work.
<br/>DEPENDS ON: Arduino *SPI library*.
<br/>
This library was primarily developed to enable **safe** wireless programming on Moteino nodes and Moteino based applications such as the SwitchMote. This has been documented at (lowpowerlab)[http://lowpowerlab.com/blog/category/moteino/wireless-programming/]. (Dualoptiboot)[https://github.com/LowPowerLab/DualOptiboot] (all Moteinos come with it) and (WirelessProgramming library)[https://github.com/LowPowerLab/WirelessProgramming] are required to be able to wirelessly re-flash a remote Moteino.
This library was primarily developed to enable **safe** wireless programming on Moteino nodes and Moteino based applications such as the SwitchMote. This has been documented at [lowpowerlab](http://lowpowerlab.com/blog/category/moteino/wireless-programming/). [Dualoptiboot](https://github.com/LowPowerLab/DualOptiboot) (all Moteinos come with it) and [WirelessProgramming library](https://github.com/LowPowerLab/WirelessProgramming) are required to be able to wirelessly re-flash a remote Moteino.
###Installation
Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.