Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 14 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | 14 | ||
15 | #define DEBOUNCE_TIME 10 |
15 | #define DEBOUNCE_TIME 10 |
16 | extern volatile int dial_pos[MAX_DIALS]; |
16 | extern volatile int dial_pos[MAX_DIALS]; |
17 | extern volatile int push_pos[MAX_PUSHBUTTONS]; |
17 | extern volatile int push_pos[MAX_PUSHBUTTONS]; |
18 | 18 | ||
19 | extern void zero_dial(int dial); |
19 | extern void reset_dial(int dial,int value); |
20 | 20 | ||
21 | extern void HandleSwitches(void); |
21 | extern void HandleSwitches(void); |
22 | 22 | ||
23 | 23 | ||
24 | 24 |