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

View File

@@ -1,5 +1,4 @@
/* DVD IR Synchronizer for Philips DVP3142/12
* Developed for Art Installation "Thor"
* Code written by Joe Foley <foley@ru.is>
* on 2013-09-08
*
@@ -10,7 +9,6 @@
*
* IR Remote codes from IRrecvDemo
*
*
* Details on the Philips RC6 coding
* http://www.pcbheaven.com/userpages/The_Philips_RC6_Protocol/
*
@@ -26,10 +24,7 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
// Sarcity 20:58
int playtime= 58*44+10; // 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;
@@ -39,7 +34,7 @@ void setup() {
Serial.begin(115200);
Serial.println("Panasonic DVD DVP-3142/12 Synchronizer $Rev$");
Serial.println("For \"Sarcity\" by Thor Elis (1981)");
Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");