Definition in file button.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | BUTTON_A 6 |
#define | BUTTON_B 7 |
#define | BUTTON_C 2 |
#define | BUTTON_D 3 |
#define | BUTTON_O 4 |
#define | PINB_MASK ((1<<PINB4)|(1<<PINB6)|(1<<PINB7)) |
#define | PINE_MASK ((1<<PINE2)|(1<<PINE3)) |
Functions | |
void | Button_Init (void) |
char | ButtonBouncing (void) |
char | getkey (void) |
void | PinChangeInterrupt (void) |
|
Definition at line 29 of file button.h. Referenced by PinChangeInterrupt(). |
|
Definition at line 30 of file button.h. Referenced by PinChangeInterrupt(). |
|
Definition at line 31 of file button.h. Referenced by PinChangeInterrupt(). |
|
Definition at line 32 of file button.h. Referenced by PinChangeInterrupt(). |
|
Definition at line 33 of file button.h. Referenced by PinChangeInterrupt(). |
|
Definition at line 26 of file button.h. Referenced by Button_Init(), and PinChangeInterrupt(). |
|
Definition at line 27 of file button.h. Referenced by Button_Init(), and PinChangeInterrupt(). |
|
Definition at line 50 of file button.c. References cbi, PINB_MASK, and PINE_MASK. Referenced by Initialization().
|
|
|
|
Definition at line 161 of file button.c. References FALSE, KEY, KEY_NULL, and KEY_VALID. Referenced by main().
|
|
Definition at line 92 of file button.c. References BUTTON_A, BUTTON_B, BUTTON_C, BUTTON_D, BUTTON_O, FALSE, gButtonTimeout, KEY, KEY_ENTER, KEY_MINUS, KEY_NEXT, KEY_NULL, KEY_PLUS, KEY_PREV, KEY_VALID, PINB_MASK, PINE_MASK, and TRUE. Referenced by PCINT0_interrupt(), and PCINT1_interrupt().
|