for PS3 Controller Special thanks to robo8080 http://blog.goo.ne.jp/roboz80/e/10e7bf38d3a63b996ca2894e9fb5e3b6

Dependencies:   FatFileSystem mbed

Fork of PS3_BlueUSB by Bart Janssens

Revision:
1:469717149e71
Parent:
0:99a111b75cb4
--- a/AutoEvents.cpp	Tue Apr 26 16:09:17 2011 +0000
+++ b/AutoEvents.cpp	Wed Sep 23 09:02:41 2015 +0000
@@ -260,14 +260,14 @@
     char s[128];
     u8 my_mac[6] = {0x00, 0x02, 0x72, 0xAD, 0xF3, 0x5B}; // mac address of my Bluetooth device
     
-    u8 buf2[6];
-    
-    buf2[0] = 0x00;
-    buf2[1] = 0x02;
-    buf2[2] = 0x72;
-    buf2[3] = 0xAD;
-    buf2[4] = 0xF3;
-    buf2[5] = 0x5B;
+//    u8 buf2[6];
+//    
+//    buf2[0] = 0x00;
+//    buf2[1] = 0x02;
+//    buf2[2] = 0x72;
+//    buf2[3] = 0xAD;
+//    buf2[4] = 0xF3;
+//    buf2[5] = 0x5B;
     
     
     for (int i = 1; i < 3; i++)