From c151324eb01dfa5686b617e187395e343a8dce7d Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Sat, 22 Oct 2016 19:22:55 -0400 Subject: [PATCH] comments update --- Arduino_TV_B_Gone.ino | 16 ++++++++-------- README.md | 15 +++++++-------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Arduino_TV_B_Gone.ino b/Arduino_TV_B_Gone.ino index 300a11f..c156cb0 100644 --- a/Arduino_TV_B_Gone.ino +++ b/Arduino_TV_B_Gone.ino @@ -3,14 +3,14 @@ Last Updated: 22 Oct. 2016 By Gabriel Staples, http://www.ElectricRCAircraftGuy.com -My contact info is available by clicking the "Contact Me" tab at the top of my website. ------------------------------------------------------------- -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 +------------------------------------------------------------ +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 TV-B-Gone for Arduino version 1.2, Oct 23 2010 diff --git a/README.md b/README.md index 979c775..92643e8 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ By Gabriel Staples, http://www.ElectricRCAircraftGuy.com # Current Code 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 +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.