made Libraries lowercase to match arduino instructions. Added SVN keywords to synchronizer code to give user revision and contact information
This commit is contained in:
@@ -32,9 +32,11 @@ void setup() {
|
|||||||
pinMode(pinGND,OUTPUT);
|
pinMode(pinGND,OUTPUT);
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
|
||||||
Serial.println("Toshiba DVD SD590EKE Synchronizer V1.0");
|
Serial.println("Toshiba DVD SD590EKE Synchronizer $Rev$");
|
||||||
Serial.println("For \"Dawn\" by Sigrun Hardardottir");
|
Serial.println("For \"Dawn\" by Sigrun Hardardottir");
|
||||||
Serial.println("Code by Joe Foley <foley@ru.is>");
|
Serial.println("Code by Joe Foley <foley@ru.is>");
|
||||||
|
Serial.println("$URL$");
|
||||||
|
Serial.println("$Id");
|
||||||
Serial.print("Playtime: ");
|
Serial.print("Playtime: ");
|
||||||
secs=playtime;
|
secs=playtime;
|
||||||
Serial.print("sec:");
|
Serial.print("sec:");
|
||||||
|
|||||||
Reference in New Issue
Block a user