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

@@ -25,8 +25,9 @@ int pinLED=13; // The heartbeat LED on the board
int secs;
int heartbeat=0;
int playtime= 25*60+40; // set here ypur DVD title playtime in sec leave a little extra
//int playtime= 10; // testing
// West 25:41
int playtime= 25*60+40; // set here your DVD title playtime in sec leave a little extra
IRsend irsend;
@@ -35,8 +36,9 @@ void setup() {
pinMode(pinLED,OUTPUT);
Serial.begin(115200);
Serial.println("Toshiba DVD SD1091EKE Synchronizer $Rev$");
Serial.println("For Steina");
Serial.println("For \"West\" by Steina Vasulka (1983)");
Serial.println("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id$");