PS3下の階

Dependencies:   FatFileSystem PS3_BlueUSB QEI RoboClaw_mine_ mbed

Fork of PS3_BlueUSB by Bart Janssens

Revision:
1:b2063ffa4927
Parent:
0:99a111b75cb4
--- a/main.cpp	Tue Apr 26 16:09:17 2011 +0000
+++ b/main.cpp	Thu Jan 11 07:47:26 2018 +0000
@@ -111,11 +111,16 @@
     return c;
 }
 
+void setup_omni();
+
 void TestShell();
 
 int main()
 {
-    pc.baud(9600);
+    setup_omni();
+    wait(4.0);
+    
+    pc.baud(115200);
     printf("BlueUSB\nNow get a bunch of usb or bluetooth things and plug them in\r\n");
     TestShell();
 }