test reed switch for bike cadence & speed

Dependencies:   mbed

Fork of Blinking Led by Icarus Sensors

Files at this revision

API Documentation at this revision

Comitter:
balczezzz
Date:
Tue May 05 07:00:50 2015 +0000
Parent:
6:0ef5a242ed00
Commit message:
reed switch small tweaks

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Apr 29 23:00:36 2015 +0000
+++ b/main.cpp	Tue May 05 07:00:50 2015 +0000
@@ -1,4 +1,5 @@
 #include "mbed.h"
+
 #define BAUD_RATE 9600 //default baud rate
 
 InterruptIn button(p1);