iOSのBLEコントローラアプリ「RCBController」と接続し、コントローラの操作を取得するサンプルプログラムです。 mbed HRM1017で動作を確認しています。
Dependencies: BLE_API_Native_IRC BLE_API mbed
Revision 2:dd85fdc18224, committed 2014-08-20
- Comitter:
- jksoft
- Date:
- Wed Aug 20 13:30:11 2014 +0000
- Parent:
- 1:48f6e08a3ac2
- Commit message:
- ???
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 48f6e08a3ac2 -r dd85fdc18224 main.cpp --- a/main.cpp Wed Aug 20 13:24:20 2014 +0000 +++ b/main.cpp Wed Aug 20 13:30:11 2014 +0000 @@ -70,7 +70,7 @@ pc.printf("Start\n\r"); #endif - ble.init(); + ble.init(); ble.onConnection(onConnected); ble.onDisconnection(onDisconnected); ble.onDataWritten(onDataWritten);