I have a PIC12F683
- 1 pin as an input.
- Using a momentary button
I want to be able to push the button once "single click" and have it execute one thing, and also have it if the button is pressed in quick succession "double click" it executes another thing.
I have looked at
-PULSIN - short click vs. long click
-RCTIME - same, short vs long
-COUNT - single versus double click
-IF..THEN - short vs long click
I want the most efficient way to get it done.
thanks
-eric
Bookmarks