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

@@ -56,10 +56,13 @@ void setup() {
/********************************************************************/
void loop() {
Serial.println("Sync");
send_previous();
waitsec(2);
send_pause();
waitsec(2);
send_play();
send_previous();
//waitsec(2);
send_play(); // this should not be necessary, but just in case
for(int t = 0; t < playtime; t++) {
// This will not give us perfect 1 second timing
// but it is good enough for most video applications
@@ -83,8 +86,6 @@ void loop() {
delay(1000);
}
send_pause();
waitsec(1);
}