From 03b21e2e51f3df681633dd55a3fcf9f2ce1c0528 Mon Sep 17 00:00:00 2001 From: "foley@ru.is" Date: Wed, 11 Sep 2013 15:19:23 +0000 Subject: [PATCH] put in the timing for the thor installation on the Philips DVD player --- .../Synchronizer_Philips_DVP3142_12.pde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde b/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde index 5b4bd99..dd3fbcd 100644 --- a/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde +++ b/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde @@ -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); -} +}