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:
6
synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde
Normal file → Executable file
6
synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde
Normal file → Executable 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$");
|
||||
|
||||
Reference in New Issue
Block a user