From e1b0557de04a97bfa4ebc4416c817e47eba8023d Mon Sep 17 00:00:00 2001 From: SomeRandomGuy Date: Thu, 4 Apr 2013 18:42:53 -0500 Subject: [PATCH] All features merged into Ivanseidel's library. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 772abfd..4715e3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ DueTimer ======== -Timer Library for the Arduino Due \ No newline at end of file +Timer Library for the Arduino Due. + +The features of this library have been merged and added to ivanseidel's library, which can be found here: https://github.com/ivanseidel/DueTimer + +That has all the features this one has, but it is implemented using the object oriented approach that is more compliant with existing Arduino libraries. + +You are welcome to keep using this one, but ivanseidel's will be better kept up to date. + +If there is any reason you feel that this library offers something that is missing from the other, please let me know and I will try and merge that feature into his library. + +Thanks! +SRG