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_Shibutsu by
Diff: AutoEvents.cpp
- Revision:
- 1:7b5dfa9668df
- Parent:
- 0:99a111b75cb4
- Child:
- 2:98fc1e2f13f4
--- 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 +}