Edited sketch text

This commit is contained in:
Kristian Lauszus 2012-08-08 21:28:25 +02:00
parent 856b027e7b
commit 459c5b7984
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ void setup() {
Serial.print(F("\r\nOSC did not start"));
while(1); //halt
}
Serial.print(F("\r\nPS3 Bluetooth Library Started"));
Serial.print(F("\r\nBluetooth Library Started"));
}
void loop() {
Usb.Task();

View file

@ -19,7 +19,7 @@ void setup() {
Serial.print(F("\r\nOSC did not start"));
while(1); //halt
}
Serial.print(F("\r\nRFCOMM Bluetooth Library Started"));
Serial.print(F("\r\nSPP Bluetooth Library Started"));
}
void loop() {
Usb.Task();