From bc0fbb0491e0795b99e51e38d253fea898e4d1e2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 13 Apr 2017 23:42:38 -0700 Subject: [PATCH] Fix header Markdown GitHub's Markdown interpreter was recently changed to strictly enforce the GFM spec. This has caused some Markdown to no longer display as originally intended. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d977646..d55f70f 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ For instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 5242
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 +### 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](https://www.arduino.cc/en/Guide/Libraries) on installing Arduino libraries. -###License +### License Copyright (c) 2013 by Felix Rusu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.