Created some labels for the boxes. Finished all the timing and installation information in the header. Philips code now works well.

This commit is contained in:
foley@ru.is
2013-09-11 15:56:42 +00:00
parent d58b043913
commit f753d2005c
4 changed files with 90 additions and 10 deletions

View File

@@ -21,8 +21,8 @@ int pinLED=13; // The heartbeat LED on the board
int heartbeat=0;
int secs;
int playtime= 6*60+9; // set here ypur DVD title playtime in sec leave a little extra
//int playtime= 10; // testing
// Dawn 6:09
int playtime= 6*60+8; // set here your DVD title playtime in sec leave a little extra
IRsend irsend;
@@ -32,7 +32,7 @@ void setup() {
Serial.begin(115200);
Serial.println("Toshiba DVD SD590EKE Synchronizer $Rev$");
Serial.println("For \"Dawn\" by Sigrun Hardardottir");
Serial.println("For \"Dawn\" by Sigrun Hardar on 1986");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");
@@ -123,4 +123,4 @@ void send_previous() {
// First comes the pre-data bits, then the command code
Serial.println(" previous");
irsend.sendNEC(0xA25DC43B, 32);
}
}