BlueUSBをつかってみた

Dependencies:   FatFileSystem mbed

Fork of PS3_BlueUSB by Bart Janssens

Revision:
1:7b5dfa9668df
Parent:
0:99a111b75cb4
--- a/AutoEvents.cpp	Tue Apr 26 16:09:17 2011 +0000
+++ b/AutoEvents.cpp	Wed Jun 17 09:48:19 2015 +0000
@@ -258,7 +258,7 @@
 {
     printf("LoadDevice %d %02X:%02X:%02X\r\n",device,interfaceDesc->bInterfaceClass,interfaceDesc->bInterfaceSubClass,interfaceDesc->bInterfaceProtocol);
     char s[128];
-    u8 my_mac[6] = {0x00, 0x02, 0x72, 0xAD, 0xF3, 0x5B}; // mac address of my Bluetooth device
+    u8 my_mac[6] = {0x00,0x1b,0xdc,0x06,0xbf,0x40}; // mac address of my Bluetooth device
     
     u8 buf2[6];
     
@@ -308,4 +308,4 @@
             //StartAutoEvent(device,1,0);
             break;
     }
-}
\ No newline at end of file
+}