From b92f47ec66e2205c4bc9fe9548332752c5b36329 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Sun, 19 Apr 2020 15:01:04 -0700 Subject: [PATCH] Update readme with links & fix spelling - make filenames clickable links - fix spelling of "deprecated" - add link to a forked 1.6.0 version of IRLib1 --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index e6dee44..c8f3166 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,14 @@ # IRLib2 A Library for Receiving, Decoding and Sending Infrared Signals Using Arduino. -IRLib2 is copyright 2017 by Chris Young. It it is a major rewrite of the original IRLib 1.x by Chris Young which in turn was based on IRremote by Ken Shirriff. See COPYRIGHT.txt for details. +IRLib2 is copyright 2017 by Chris Young. It it is a major rewrite of the original IRLib 1.x by Chris Young which in turn was based on IRremote by Ken Shirriff. See [COPYRIGHT.txt](COPYRIGHT.txt) for details. -This library is covered under the GNU GENERAL PUBLIC LICENSE Version 3. See LICENSE.txt for a copy of the license. +This library is covered under the GNU GENERAL PUBLIC LICENSE Version 3. See [LICENSE.txt](LICENSE.txt) for a copy of the license. -See CHANGELOG.txt for recent changes. +See [CHANGELOG.txt](CHANGELOG.txt) for recent changes. -A detailed Users Manual consisting of a reference, several tutorials, and information on how to implement new protocols is available in .docx, .pdf and .epub formats in the IRLib2/manuals/ folder. +A detailed Users Manual consisting of a reference, several tutorials, and information on how to implement new protocols is available in .docx, .pdf and .epub formats in the [IRLib2/manuals/](IRLib2/manuals/) folder. -**Because this is such an extensive rewrite of IRLib1 and is not backwards compatible, we have made this a separate GitHub repository. The code for IRLib 1.51 is the final version and will no longer be updated or maintained. New users should use this library. Only use the original versions for existing projects that require its original design. In other words IRLib 1.x should be considered depreciated.** +**Because this is such an extensive rewrite of IRLib1 and is not backwards compatible, we have made this a separate GitHub repository. The [code for IRLib 1.51](https://github.com/cyborg5/IRLib) is the final version (although a [3rd-party 1.6.0 forked version](https://github.com/ElectricRCAircraftGuy/IRLib) also exists) and IRLib1 will no longer be updated or maintained. New users should use this library. Only use the original versions for existing projects that require its original design. In other words IRLib 1.x should be considered deprecated.** This repository consists of a total of five libraries each of which must be in your arduino/libraries/ folder. So for example it should be installed as follows… @@ -28,5 +28,5 @@ Do not install them in a single folder such as this… * IRLibRecvPCI Supported platforms include most 8-bit AVR Arduino boards such as Arduino Uno, Leonardo, and Mega 256. -Also supports boards with SAMD 21 processor such as Arduino Zero, Arduino M0 Pro, Adafruit Feather M0, Adafruit Circuit Playground Express, Adafruit Trinket M0, Adafruit Gemma M0, and Arduino MKR 1000. Now supports SAMD51 boards such as Adafruit Feather M4, Adafruit Metro M4, and Adafruit Grand Central M4. Documentation has been updated to include all new protocols and platforms. +IRLib2 also supports boards with the SAMD 21 processor such as the Arduino Zero, Arduino M0 Pro, Adafruit Feather M0, Adafruit Circuit Playground Express, Adafruit Trinket M0, Adafruit Gemma M0, and Arduino MKR 1000. It now supports SAMD51 boards such as Adafruit Feather M4, Adafruit Metro M4, and Adafruit Grand Central M4 as well. Documentation has been updated to include all new protocols and platforms.