Reading and sending sensor data over BLE

Dependencies:   BSP_B-L475E-IOT01

Files at this revision

API Documentation at this revision

Comitter:
Vincent Coubard
Date:
Thu Jul 28 23:13:57 2016 +0100
Parent:
0:c6a8f2b3efb6
Child:
2:864ddfb70a9c
Commit message:
Sync with mbed-os-5.1.0-rc3

Changed in this revision

mbed-events.lib Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
shields/TARGET_ST_BLUENRG.lib Show annotated file Show diff for this revision Revisions of this file
source/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/mbed-events.lib	Tue Jul 26 14:47:19 2016 +0100
+++ b/mbed-events.lib	Thu Jul 28 23:13:57 2016 +0100
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-events.git#c621d7f80bb282ab1814e727f9c4f81a8538bf6f
+https://github.com/ARMmbed/mbed-events.git#6be60bf880c11a0beafcc2064bf467f8d897529a
--- a/mbed-os.lib	Tue Jul 26 14:47:19 2016 +0100
+++ b/mbed-os.lib	Thu Jul 28 23:13:57 2016 +0100
@@ -1,1 +1,1 @@
-https://github.com/mbedmicro/mbed#5fea6e69ec1aec4c56852f2e959002dc815eb480
+https://github.com/mbedmicro/mbed#36468c9acbfeabb717d2cc7d2a7ea7d17df1ac09
--- a/shields/TARGET_ST_BLUENRG.lib	Tue Jul 26 14:47:19 2016 +0100
+++ b/shields/TARGET_ST_BLUENRG.lib	Thu Jul 28 23:13:57 2016 +0100
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39
+https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#6781fbb835912132d7fed0d78606c7090ae03959
--- a/source/main.cpp	Tue Jul 26 14:47:19 2016 +0100
+++ b/source/main.cpp	Thu Jul 28 23:13:57 2016 +0100
@@ -103,7 +103,7 @@
 
 int main()
 {
-    eventQueue.post_every(blinkCallback, 500);
+    eventQueue.post_every(500, blinkCallback);
 
     BLE &ble = BLE::Instance();
     ble.onEventsToProcess(scheduleBleEventsProcessing);