diff options
Diffstat (limited to 'Libraries/Button/button_handler.h')
-rw-r--r-- | Libraries/Button/button_handler.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Libraries/Button/button_handler.h b/Libraries/Button/button_handler.h deleted file mode 100644 index 86118fa..0000000 --- a/Libraries/Button/button_handler.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef BUTTON_HANDLER_INCLUDED -#define BUTTON_HANDLER_INCLUDED - -#include <stdint.h> - -typedef enum { - BUTTON_SINGLE_FORWARD, - BUTTON_SINGLE_BACKWARD, - BUTTON_HOLD_FORWARD, - BUTTON_HOLD_BACKWARD, - BUTTON_LONG -} ButtonCombName_t; - -void ButtonInit ( void ); -uint8_t Button_GetCurrButtons ( void ); -void Button_ProcessFSM ( void ); - -#endif //BUTTON_HANDLER_INCLUDED |