cycle speed and cadence service
Dependencies: BLE_API mbed nRF51822
Fork of Bluetooth_Heart_Rate_Monitor_dummy by
Diff: main.cpp
- Revision:
- 63:e4f933430f17
- Parent:
- 62:2ea9997b5249
- Child:
- 64:43e7ddf9dba5
--- a/main.cpp Mon May 04 21:55:15 2015 +0000 +++ b/main.cpp Mon May 04 22:48:46 2015 +0000 @@ -83,7 +83,9 @@ // Do blocking calls or whatever is necessary for sensor polling. // In our case, we simply update the HRM measurement. counter++; - cadence++; + counter++; + cadence++; //ADDED TO CHECK + event++; //ADDED TO CHECK