merging sigrun Synchronizer_long_philips into the main branch

This commit is contained in:
foley@ru.is
2013-09-18 11:03:10 +00:00
parent 04bfa3fee2
commit 27a531c54d
2 changed files with 2 additions and 137 deletions

View File

@@ -27,7 +27,7 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
// Sarcity 20:58
int playtime= 22*60+10; // Play time in seconds, you usually leave off a second or two
int playtime= 58*44+10; // Play time in seconds, you usually leave off a second or two
//int playtime= 10; // testing
@@ -132,4 +132,4 @@ void send_previous() {
// First comes the pre-data bits, then the command code
Serial.println(" previous");
irsend.sendRC6(0x10421, 20);
}
}