Changes at the museum being integrated in. Somehow the dropbox did not update correctly. Added the play() back into the Toshiba_SD590EKE code.

This commit is contained in:
foley@ru.is
2013-09-13 15:15:18 +00:00
parent af17d026f4
commit 21ab84949c
3 changed files with 13 additions and 17 deletions

View File

@@ -54,9 +54,6 @@ void setup() {
Serial.print(secs % 60);
Serial.println("");
// The DVD player starts playing automatically, so we should pause it
send_pause();
waitsec(2);
secs=playtime;
}
@@ -64,6 +61,9 @@ void setup() {
/********************************************************************/
void loop() {
Serial.println("Sync");
send_pause();
waitsec(2);
send_previous();
//waitsec(2);
// Don't send play because previous automatically starts it
@@ -93,9 +93,6 @@ void loop() {
delay(1000);
}
send_pause();
waitsec(2);
}
/**************************************************************/