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:");
|
||||||
@@ -109,4 +111,4 @@ void send_pause() {
|
|||||||
void send_previous() {
|
void send_previous() {
|
||||||
// First comes the pre-data bits, then the command code
|
// First comes the pre-data bits, then the command code
|
||||||
irsend.sendNEC(0xA25DC43B, 32);
|
irsend.sendNEC(0xA25DC43B, 32);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user