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

Dependencies:   mbed BLE_API nRF51822

Revision:
13:7b4edf8b8c1b
Parent:
12:6ef51c5442dd
Child:
14:700c99bb766c
--- 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);