committing sigrun changes from adjusting her installation

This commit is contained in:
foley@ru.is
2013-09-18 11:26:58 +00:00
parent 27a531c54d
commit 10423b4755

View File

@@ -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);
} }