サイコン用プログラム BLE通信送信確認

Dependencies:   mbed BLE_API nRF51822

Files at this revision

API Documentation at this revision

Comitter:
mbed_tw_hoehoe
Date:
Thu Apr 09 11:39:10 2015 +0000
Parent:
12:6ef51c5442dd
Child:
14:700c99bb766c
Commit message:
change ticker sec.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Mar 18 15:29:26 2015 +0000
+++ b/main.cpp	Thu Apr 09 11:39:10 2015 +0000
@@ -272,7 +272,7 @@
     }
 
     Ticker ticker;
-    ticker.attach(periodicCallback, 0.2f); //.2f-sec
+    ticker.attach(periodicCallback, 0.02f); //.2f-sec
     
     ble.init();
     ble.onDisconnection(disconnectionCallback);