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

8
synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde Normal file → Executable file
View File

@@ -1,5 +1,4 @@
/* DVD IR Synchronizer for Philips DVP3142/12
* Developed for Art Installation "West"
* Code written by Joe Foley <foley@ru.is>
* on 2013-09-08
*
@@ -22,10 +21,7 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
// West 25:41
int playtime= 25*60+40; // Play time in seconds, you usually leave off a second or two
//int playtime= 10; // testing
int playtime= 1*60+1; // Play time in seconds, you usually leave off a second or two
IRsend irsend;
@@ -35,7 +31,7 @@ void setup() {
Serial.begin(115200);
Serial.println("Scott DVX605 HD(Rev2) Synchronizer $Rev$");
Serial.println("For \"West\" by Steina Vasulka (1983)");
Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");