60#define KEY_NULL_VALUE (962)
61#define KEY_1_VALUE (0)
62#define KEY_2_VALUE (481)
63#define KEY_3_VALUE (641)
64#define KEY_4_VALUE (721)
66#define DEBOUNCED_INTERVAL (8)
78#ifndef ME_PORT_DEFINED
107 Me4Button(uint8_t port);
123 void setpin(uint8_t port);
141 volatile unsigned long previous_time;
142 volatile unsigned long key_debounced_count;
143 volatile unsigned long key_match_count;
144 volatile unsigned long key_debounced_value;
145 volatile int16_t Pre_Button_Value;
146 volatile uint8_t _KeyPin;
Configuration file of library.
Header for MePort.cpp module.
Port Mapping for RJ25.
Definition MePort.h:128