We are making a bluetooth application for a vehicle.

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
25:cb54da929d9a
Parent:
24:d352571b1c1f
Child:
26:3a1d82a26a83
--- a/main.cpp	Tue Jun 27 17:29:28 2017 +0000
+++ b/main.cpp	Tue Jun 27 17:45:15 2017 +0000
@@ -103,6 +103,7 @@
 
             // update the ble with the inputs
             bikeService.updateInputs(inputs);
+            bikeService.updateTimestamp();
         } else {
             ble.waitForEvent(); // low power wait for event
         }