mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Edited sketch text
This commit is contained in:
parent
856b027e7b
commit
459c5b7984
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue