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 secs;
|
||||
// Dawn 6:09
|
||||
int playtime= 6*60+8; // set here your DVD title playtime in sec leave a little extra
|
||||
// Dawn 61:36
|
||||
int playtime= 61*60+35; // set here your DVD title playtime in sec leave a little extra
|
||||
|
||||
IRsend irsend;
|
||||
|
||||
@@ -114,7 +114,7 @@ void send_play() {
|
||||
/********************************************************************/
|
||||
void send_pause() {
|
||||
// First comes the pre-data bits, then the command code
|
||||
Serial.println(" pause");
|
||||
Serial.println(" pause");
|
||||
irsend.sendNEC(0xA25D00FF, 32);
|
||||
}
|
||||
|
||||
@@ -123,4 +123,4 @@ void send_previous() {
|
||||
// First comes the pre-data bits, then the command code
|
||||
Serial.println(" previous");
|
||||
irsend.sendNEC(0xA25DC43B, 32);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user