put in the timing for the thor installation on the Philips DVD player

This commit is contained in:
foley@ru.is
2013-09-11 15:19:23 +00:00
parent 72b22c8f87
commit 03b21e2e51

View File

@@ -26,7 +26,7 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
int playtime= 10; // set here ypur DVD title playtime in sec leave a little extra
int playtime= 61*60+30; // set here ypur DVD title playtime in sec leave a little extra
//int playtime= 10; // testing
IRsend irsend;
@@ -91,7 +91,7 @@ void loop() {
}
send_pause();
waitsec(1);
waitsec(2);
}
@@ -130,4 +130,4 @@ void send_previous() {
// First comes the pre-data bits, then the command code
Serial.println(" previous");
irsend.sendRC6(0x10421, 20);
}
}