Takahiro Abe
/
Pushbutton_BadBounce_Interrupt
test
Fork of Pushbutton_BadBounce_Interrupt by
Diff: main.cpp
- Revision:
- 1:6582c095e8d1
- Parent:
- 0:7db73d1dc65f
- Child:
- 2:4995292ee59f
--- 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;