Pushbutton demo using interrupts with switch contact bounce

Dependencies:   mbed

Revision:
1:6582c095e8d1
Parent:
0:7db73d1dc65f
--- a/main.cpp	Thu Oct 06 00:18:44 2011 +0000
+++ b/main.cpp	Thu Oct 06 00:55:26 2011 +0000
@@ -10,7 +10,6 @@
 // no external PullUp resistor needed
 // Pushbutton from P8 to GND.
 // A pb hit generates an interrupt and activates the interrupt routine
-// after the switch is debounced
 
 // Global count variable
 int volatile count=0;