2015 robotic contest arakawa A / Mbed 2 deprecated PS3_BlueUSB_Bukatsu

Dependencies:   FatFileSystem mbed

Fork of PS3_BlueUSB_Shibutsu by 2015 robotic contest arakawa A

Revision:
4:3d912e4eef8e
Parent:
2:98fc1e2f13f4
Child:
6:f4f8ca9fd9ac
--- a/AutoEvents.cpp	Sun Oct 18 02:55:45 2015 +0000
+++ b/AutoEvents.cpp	Sun Oct 25 06:16:36 2015 +0000
@@ -258,8 +258,8 @@
 {
     printf("LoadDevice %d %02X:%02X:%02X\r\n",device,interfaceDesc->bInterfaceClass,interfaceDesc->bInterfaceSubClass,interfaceDesc->bInterfaceProtocol);
     char s[128];
-    u8 my_mac[6] = {0x00,0x1b,0xdc,0x06,0x67,0x4e}; // mac address of my Bluetooth device(部活の)
-    //u8 my_mac[6]={0x00,0x1b,0xdc,0x0f,0x3f,0x43};//(私物)
+    //u8 my_mac[6] = {0x00,0x1b,0xdc,0x06,0x67,0x4e}; // mac address of my Bluetooth device(部活の)
+    u8 my_mac[6]={0x00,0x1b,0xdc,0x0f,0x3f,0x43};//(私物)
     //00:1B:DC:06:67:4E
     
     u8 buf2[6];