cycle speed and cadence service
Dependencies: BLE_API mbed nRF51822
Fork of Bluetooth_Heart_Rate_Monitor_dummy by
Diff: main.cpp
- Revision:
- 71:832536f63f0b
- Parent:
- 70:957972b63ae1
--- a/main.cpp Sun May 24 20:17:25 2015 +0000 +++ b/main.cpp Mon May 25 06:56:37 2015 +0000 @@ -37,8 +37,8 @@ static volatile bool updateWheel = false; static volatile bool updateCrank = false; -InterruptIn wheelSwitch(P0_22); -InterruptIn crankSwitch(P0_23); +InterruptIn wheelSwitch(P0_08); +InterruptIn crankSwitch(P0_14); Timer wheelDebounce; Timer crankDebounce;