From 2fff2a28ad6373820b4156e4a99e9c9c8eabe094 Mon Sep 17 00:00:00 2001 From: Ilya Brutman Date: Fri, 14 Aug 2015 13:55:37 -0400 Subject: [PATCH] Updated the Readme file. --- Readme.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Readme.txt b/Readme.txt index 90e9edd..8c2515e 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,20 +1,21 @@ +See this code in action: https://www.youtube.com/watch?v=UvY2BeQav8k Version History --------------- -0.7 -Bug fix: If detach() was called on a servo then subsequent calls to attach() would fail. - The detach() function now works properly. +0.7 +-Bug fix: If detach() was called on a servo then subsequent calls to attach() would fail. +The detach() function now works properly. -0.6 -Added ability to easily select if this driver should use timer0 or - timer1. - -Timer1 is now the default timer used. Used to be timer0. - -Made the timer init happen later to allow this driver to work when - used with an attiny arduino library. - -Fixed bug where a 512 microsecond pulse would not be generated. - - -0.5 -Initial public release +0.6 +-Added ability to easily select if this driver should use timer0 or timer1. +-Timer1 is now the default timer used. Used to be timer0. +-Made the timer init happen later to allow this driver to work when used with an attiny arduino library. +-Fixed bug where a 512 microsecond pulse would not be generated. + +0.5 +-Initial public release