committing sigrun changes from adjusting her installation
This commit is contained in:
@@ -21,8 +21,8 @@ int pinLED=13; // The heartbeat LED on the board
|
|||||||
|
|
||||||
int heartbeat=0;
|
int heartbeat=0;
|
||||||
int secs;
|
int secs;
|
||||||
// Dawn 6:09
|
// Dawn 61:36
|
||||||
int playtime= 6*60+8; // set here your DVD title playtime in sec leave a little extra
|
int playtime= 61*60+35; // set here your DVD title playtime in sec leave a little extra
|
||||||
|
|
||||||
IRsend irsend;
|
IRsend irsend;
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ void send_play() {
|
|||||||
/********************************************************************/
|
/********************************************************************/
|
||||||
void send_pause() {
|
void send_pause() {
|
||||||
// First comes the pre-data bits, then the command code
|
// First comes the pre-data bits, then the command code
|
||||||
Serial.println(" pause");
|
Serial.println(" pause");
|
||||||
irsend.sendNEC(0xA25D00FF, 32);
|
irsend.sendNEC(0xA25D00FF, 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -123,4 +123,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