From 2c3f6993ed623e010342fa750e73ebb84adb99bc Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Sat, 22 Oct 2016 19:20:35 -0400 Subject: [PATCH] readme & comments updates --- Arduino_TV_B_Gone.ino | 2 +- README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Arduino_TV_B_Gone.ino b/Arduino_TV_B_Gone.ino index 2c0e4f4..300a11f 100644 --- a/Arduino_TV_B_Gone.ino +++ b/Arduino_TV_B_Gone.ino @@ -7,7 +7,7 @@ By Gabriel Staples, http://www.ElectricRCAircraftGuy.com Semver (http://semver.org/) VERSION HISTORY (newest on top): (date format: yyyymmdd; ex: 20161022 is 22 Oct. 2016) ------------------------------------------------------------ --20161022 - v1.3 - Semver versioning implemented; various code updates, clarifications, & comment additions, and changes to fix PROGMEM incompatibilities so it will now compile with latest versions of gcc compiler; also implemented a few new blink indicator routines//////////; by Gabriel Staples (http://www.ElectricRCAircraftGuy.com) +-20161022 - v1.3 - Semver versioning implemented; various code updates, clarifications, & comment additions, and changes to fix PROGMEM incompatibilities so it will now compile with latest versions of gcc compiler; also improved blink indicator routines & added the ability to stop the code-sending sequence once it has begun; by Gabriel Staples (http://www.ElectricRCAircraftGuy.com) -20101023 - v1.2 - Latest version posted by Ken Shirriff on his website here (http://www.righto.com/2010/11/improved-arduino-tv-b-gone.html) (direct download link here: http://arcfn.com/files/arduino-tv-b-gone-1.2.zip) -20101018 - v1.2 - Universality for EU (European Union) & NA (North America) added by Mitch Altman; sleep mode added by ka1kjz -2010____ - v1.2 - code ported to Arduino; by Ken Shirriff diff --git a/README.md b/README.md index fd826f5..979c775 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ By Gabriel Staples, http://www.ElectricRCAircraftGuy.com -My contact info is available by clicking the "Contact Me" tab at the top of my website. # Current Code Version & History: --see Arduino_TV_B_Gone.ino for version history +-see Arduino_TV_B_Gone.ino for full version history + +Semver (http://semver.org/) VERSION HISTORY (newest on top): +(date format: yyyymmdd; ex: 20161022 is 22 Oct. 2016) +------------------------------------------------------------ +-20161022 - v1.3 - Semver versioning implemented; various code updates, clarifications, & comment additions, and changes to fix PROGMEM incompatibilities so it will now compile with latest versions of gcc compiler; also improved blink indicator routines & added the ability to stop the code-sending sequence once it has begun; by Gabriel Staples (http://www.ElectricRCAircraftGuy.com) +-20101023 - v1.2 - Latest version posted by Ken Shirriff on his website here (http://www.righto.com/2010/11/improved-arduino-tv-b-gone.html) (direct download link here: http://arcfn.com/files/arduino-tv-b-gone-1.2.zip) +-20101018 - v1.2 - Universality for EU (European Union) & NA (North America) added by Mitch Altman; sleep mode added by ka1kjz +-2010____ - v1.2 - code ported to Arduino; by Ken Shirriff +-20090816 - v1.2 - for ATtiny85v, by Mitch Altman & Limor Fried (https://www.adafruit.com/), w/some code by Kevin Timmerman & Damien Good # Description: This code is the TV-B-Gone library ported to run on the Arduino.