From 0ff7e842246903bee9cf74be9946d4614e328fa1 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Tue, 29 Jul 2014 17:28:41 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d815ae7..63a1cac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 5242
Minimal modifications should allow chips that have different page size to work.
DEPENDS ON: Arduino *SPI library*.
-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.