From 3cf16ddcba17c2278ec06d00250ff8e4eedf107f Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 28 Dec 2015 15:48:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4469b0f..daff263 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SPIFlash ======== Arduino/Moteino library for read/write access to SPI flash memory chips. -This works with 256byte/page SPI flash memory such as the 4MBIT W25X40CLSNIG used on (Moteinos)[www.moteino.com] for data storage and wireless programming. +This works with 256byte/page SPI flash memory such as the 4MBIT W25X40CLSNIG used on [Moteino](www.moteino.com) for data storage and wireless programming.
For instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 524288 bytes (512Kbytes).
Minimal modifications should allow chips that have different page size to work. @@ -14,7 +14,7 @@ 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](http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries) on Arduino libraries. +See [this tutorial](hhttps://www.arduino.cc/en/Guide/Libraries) on installing Arduino libraries. ###License Copyright (c) 2013 by Felix Rusu