Set the timing for the Toshiba SD1091
This commit is contained in:
@@ -25,7 +25,7 @@ int pinLED=13; // The heartbeat LED on the board
|
|||||||
|
|
||||||
int secs;
|
int secs;
|
||||||
int heartbeat=0;
|
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
|
//int playtime= 10; // testing
|
||||||
|
|
||||||
IRsend irsend;
|
IRsend irsend;
|
||||||
@@ -129,4 +129,4 @@ void send_previous() {
|
|||||||
// First comes the pre-data bits, then the command code
|
// First comes the pre-data bits, then the command code
|
||||||
Serial.println(" previous");
|
Serial.println(" previous");
|
||||||
irsend.sendNEC(0xA25DC43B, 32);
|
irsend.sendNEC(0xA25DC43B, 32);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user