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: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
Diff: sensor.cpp
- Revision:
- 32:e4cd87b7064c
- Parent:
- 31:8bbdfea60151
- Child:
- 33:2ee6fbdad7b4
--- a/sensor.cpp Wed May 18 01:11:13 2016 +0000
+++ b/sensor.cpp Wed May 18 01:28:46 2016 +0000
@@ -26,6 +26,7 @@
*/
if(v.size() >= 4){
+ printf("Vector size: %d", v.size());
osEvent evt = queue.get();
if(evt.status == osEventMessage){
log_data *message = (log_data*)evt.value.p;
@@ -50,6 +51,7 @@
queue.put(log_d);
v.push_back(*log_d);
+ printf("After vector");
/*
if(flag) printf("Log added to maibox\n");
