diff --git a/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde b/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde index 261b0e4..7d56408 100644 --- a/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde +++ b/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde @@ -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 "); + 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); -} +} diff --git a/dawn/Libraries/IRremote/IRremote.cpp b/dawn/libraries/IRremote/IRremote.cpp similarity index 100% rename from dawn/Libraries/IRremote/IRremote.cpp rename to dawn/libraries/IRremote/IRremote.cpp diff --git a/dawn/Libraries/IRremote/IRremote.h b/dawn/libraries/IRremote/IRremote.h similarity index 100% rename from dawn/Libraries/IRremote/IRremote.h rename to dawn/libraries/IRremote/IRremote.h diff --git a/dawn/Libraries/IRremote/IRremoteInt.h b/dawn/libraries/IRremote/IRremoteInt.h similarity index 100% rename from dawn/Libraries/IRremote/IRremoteInt.h rename to dawn/libraries/IRremote/IRremoteInt.h diff --git a/dawn/Libraries/IRremote/LICENSE.txt b/dawn/libraries/IRremote/LICENSE.txt similarity index 100% rename from dawn/Libraries/IRremote/LICENSE.txt rename to dawn/libraries/IRremote/LICENSE.txt diff --git a/dawn/Libraries/IRremote/examples/IRrecord/IRrecord.ino b/dawn/libraries/IRremote/examples/IRrecord/IRrecord.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRrecord/IRrecord.ino rename to dawn/libraries/IRremote/examples/IRrecord/IRrecord.ino diff --git a/dawn/Libraries/IRremote/examples/IRrecvDemo/IRrecvDemo.ino b/dawn/libraries/IRremote/examples/IRrecvDemo/IRrecvDemo.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRrecvDemo/IRrecvDemo.ino rename to dawn/libraries/IRremote/examples/IRrecvDemo/IRrecvDemo.ino diff --git a/dawn/Libraries/IRremote/examples/IRrecvDump/IRrecvDump.ino b/dawn/libraries/IRremote/examples/IRrecvDump/IRrecvDump.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRrecvDump/IRrecvDump.ino rename to dawn/libraries/IRremote/examples/IRrecvDump/IRrecvDump.ino diff --git a/dawn/Libraries/IRremote/examples/IRrelay/IRrelay.ino b/dawn/libraries/IRremote/examples/IRrelay/IRrelay.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRrelay/IRrelay.ino rename to dawn/libraries/IRremote/examples/IRrelay/IRrelay.ino diff --git a/dawn/Libraries/IRremote/examples/IRsendDemo/IRsendDemo.ino b/dawn/libraries/IRremote/examples/IRsendDemo/IRsendDemo.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRsendDemo/IRsendDemo.ino rename to dawn/libraries/IRremote/examples/IRsendDemo/IRsendDemo.ino diff --git a/dawn/Libraries/IRremote/examples/IRtest/IRtest.ino b/dawn/libraries/IRremote/examples/IRtest/IRtest.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRtest/IRtest.ino rename to dawn/libraries/IRremote/examples/IRtest/IRtest.ino diff --git a/dawn/Libraries/IRremote/examples/IRtest2/IRtest2.ino b/dawn/libraries/IRremote/examples/IRtest2/IRtest2.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/IRtest2/IRtest2.ino rename to dawn/libraries/IRremote/examples/IRtest2/IRtest2.ino diff --git a/dawn/Libraries/IRremote/examples/JVCPanasonicSendDemo/JVCPanasonicSendDemo.ino b/dawn/libraries/IRremote/examples/JVCPanasonicSendDemo/JVCPanasonicSendDemo.ino similarity index 100% rename from dawn/Libraries/IRremote/examples/JVCPanasonicSendDemo/JVCPanasonicSendDemo.ino rename to dawn/libraries/IRremote/examples/JVCPanasonicSendDemo/JVCPanasonicSendDemo.ino diff --git a/dawn/Libraries/IRremote/keywords.txt b/dawn/libraries/IRremote/keywords.txt similarity index 100% rename from dawn/Libraries/IRremote/keywords.txt rename to dawn/libraries/IRremote/keywords.txt diff --git a/dawn/Libraries/IRremote/readme b/dawn/libraries/IRremote/readme similarity index 100% rename from dawn/Libraries/IRremote/readme rename to dawn/libraries/IRremote/readme diff --git a/dawn/Libraries/MsTimer2/MsTimer2.cpp b/dawn/libraries/MsTimer2/MsTimer2.cpp similarity index 100% rename from dawn/Libraries/MsTimer2/MsTimer2.cpp rename to dawn/libraries/MsTimer2/MsTimer2.cpp diff --git a/dawn/Libraries/MsTimer2/MsTimer2.h b/dawn/libraries/MsTimer2/MsTimer2.h similarity index 100% rename from dawn/Libraries/MsTimer2/MsTimer2.h rename to dawn/libraries/MsTimer2/MsTimer2.h diff --git a/dawn/Libraries/MsTimer2/examples/FlashLed/FlashLed.pde b/dawn/libraries/MsTimer2/examples/FlashLed/FlashLed.pde similarity index 100% rename from dawn/Libraries/MsTimer2/examples/FlashLed/FlashLed.pde rename to dawn/libraries/MsTimer2/examples/FlashLed/FlashLed.pde diff --git a/dawn/Libraries/MsTimer2/keywords.txt b/dawn/libraries/MsTimer2/keywords.txt similarity index 100% rename from dawn/Libraries/MsTimer2/keywords.txt rename to dawn/libraries/MsTimer2/keywords.txt