cycle speed and cadence service
Dependencies: BLE_API mbed nRF51822
Fork of Bluetooth_Heart_Rate_Monitor_dummy by
Revision 71:832536f63f0b, committed 2015-05-25
- Comitter:
- smigielski
- Date:
- Mon May 25 06:56:37 2015 +0000
- Parent:
- 70:957972b63ae1
- Commit message:
- Change pins
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 957972b63ae1 -r 832536f63f0b main.cpp --- 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;