From 61a3850eb85ee095c167a0cbe3f265bc2d1d7f8c Mon Sep 17 00:00:00 2001 From: Ricardo Crudo Date: Tue, 15 Aug 2017 09:54:45 -0300 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ec5c34..a8c8238 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ #### Dependencies * Arduino IDE v1.5 or greater -* [TimerOne](http://playground.arduino.cc/Code/Timer1) (required for Arduino Uno) -* [DueTimer](https://github.com/ivanseidel/DueTimer) (required for Arduino Due) +* TimerOne (required for Arduino Uno) +* DueTimer (required for Arduino Due) -See [here](https://www.arduino.cc/en/guide/libraries#toc3) how to install those +See [here](https://www.arduino.cc/en/guide/libraries#toc3) how to install the dependencies libraries using the Library Manager. #### This library @@ -25,4 +25,5 @@ of the examples and follow the instructions on the header of the file. ## Taken resources (peripherals) -This library make use of the pins 0 to 2, where pins 0 and 1 are used as `Serial` and pin 2 as digital I/O. Timer 1 is also used by this library. +This library make use of the pins 0 to 2, where pins 0 and 1 are used as `Serial` and +pin 2 as digital I/O. Timer 1 is also used by this library.