Created some labels for the boxes. Finished all the timing and installation information in the header. Philips code now works well.

This commit is contained in:
foley@ru.is
2013-09-11 15:56:42 +00:00
parent d58b043913
commit f753d2005c
4 changed files with 90 additions and 10 deletions

View File

@@ -26,7 +26,9 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
int playtime= 61*60+30; // set here ypur DVD title playtime in sec leave a little extra
// Sarcity 20:58
int playtime= 20*60+57; // Play time in seconds, you usually leave off a second or two
//int playtime= 10; // testing
IRsend irsend;
@@ -37,7 +39,8 @@ void setup() {
Serial.begin(115200);
Serial.println("Panasonic DVD DVP-3142/12 Synchronizer $Rev$");
Serial.println("For installation \"Thor\"");
Serial.println("For \"Sarcity\" by Thor Elis (1981)
");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");
@@ -130,4 +133,4 @@ void send_previous() {
// First comes the pre-data bits, then the command code
Serial.println(" previous");
irsend.sendRC6(0x10421, 20);
}
}