Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
Fork of PS3_BlueUSB by
Diff: AutoEvents.cpp
- Revision:
- 2:98fc1e2f13f4
- Parent:
- 1:7b5dfa9668df
- Child:
- 4:3d912e4eef8e
--- a/AutoEvents.cpp	Wed Jun 17 09:48:19 2015 +0000
+++ b/AutoEvents.cpp	Sat Oct 17 06:29:43 2015 +0000
@@ -258,7 +258,9 @@
 {
     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,0xbf,0x40}; // mac address of my Bluetooth device
+    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];
     
    