Phillip Nguyen / Mbed 2 deprecated BlueUSBv1

Dependencies:   FatFileSystemCpp mbed-rtos mbed

Fork of BlueUSB by Peter Barrett

Revision:
1:12422708d6c8
Parent:
0:606b230e5b4a
--- a/main.cpp	Sat Apr 10 00:30:24 2010 +0000
+++ b/main.cpp	Tue Nov 18 00:11:42 2014 +0000
@@ -115,7 +115,7 @@
 
 int main()
 {
-    pc.baud(460800);
-    printf("BlueUSB\nNow get a bunch of usb or bluetooth things and plug them in\n");
+    pc.baud(230400);
+    printf("BlueUSBv1\nNow get a bunch of usb or bluetooth things and plug them in\n");
     TestShell();
 }