Set the timing for the Toshiba SD1091

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

View File

@@ -25,7 +25,7 @@ int pinLED=13; // The heartbeat LED on the board
int secs;
int heartbeat=0;
int playtime= 1*60; // set here ypur DVD title playtime in sec leave a little extra
int playtime= 25*60+40; // set here ypur DVD title playtime in sec leave a little extra
//int playtime= 10; // testing
IRsend irsend;
@@ -129,4 +129,4 @@ void send_previous() {
// First comes the pre-data bits, then the command code
Serial.println(" previous");
irsend.sendNEC(0xA25DC43B, 32);
}
}