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:
@@ -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$");
|
||||
|
||||
Reference in New Issue
Block a user