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:
foley@ru.is
2013-09-10 14:56:33 +00:00
parent 277b70acf6
commit fed708c944
19 changed files with 4 additions and 2 deletions

View File

@@ -32,9 +32,11 @@ void setup() {
pinMode(pinGND,OUTPUT);
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("Code by Joe Foley <foley@ru.is>");
Serial.println("$URL$");
Serial.println("$Id");
Serial.print("Playtime: ");
secs=playtime;
Serial.print("sec:");
@@ -109,4 +111,4 @@ void send_pause() {
void send_previous() {
// First comes the pre-data bits, then the command code
irsend.sendNEC(0xA25DC43B, 32);
}
}