cycle speed and cadence service

Dependencies:   BLE_API mbed nRF51822

Fork of Bluetooth_Heart_Rate_Monitor_dummy by Icarus Sensors

Files at this revision

API Documentation at this revision

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
--- 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;