put in the timing for the thor installation on the Philips DVD player
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user