Set script properties (keywords, eol) on the various synchronizer programs. Sanitized the general synchronizer programs so they do not contain installation specific information/configuration.

This commit is contained in:
foley@ru.is
2013-09-22 17:26:06 +00:00
parent f79b79b68d
commit 0892949f0a
7 changed files with 9 additions and 22 deletions

6
synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde Normal file → Executable file
View File

@@ -1,5 +1,4 @@
/* DVD IR Synchronizer for Toshiba SD590EKE
* Developed for Art Installation "Dawn" by Sigrun Hardardottir<sigrun@stalverk.is>
* Code written by Joe Foley <foley@ru.is>
* on 2013-09-08
*
@@ -21,8 +20,7 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
// Dawn 61:36
int playtime= 61*60+35; // set here your DVD title playtime in sec leave a little extra
int playtime= 1*60+1; // set here your DVD title playtime in sec leave a little extra
IRsend irsend;
@@ -32,7 +30,7 @@ void setup() {
Serial.begin(115200);
Serial.println("Toshiba DVD SD590EKE Synchronizer $Rev$");
Serial.println("For \"Dawn\" by Sigrun Hardar on 1986");
Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");