Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 50 | Rev 62 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | extern volatile int sw_count[MAX_PUSHBUTTONS]; //< debounced switch state |
19 | extern volatile int sw_count[MAX_PUSHBUTTONS]; //< debounced switch state |
| 20 | 20 | ||
| 21 | extern volatile int dial_pos[MAX_DIALS]; |
21 | extern volatile int dial_pos[MAX_DIALS]; |
| 22 | extern volatile int dial_count[MAX_DIALS]; |
22 | extern volatile int dial_count[MAX_DIALS]; |
| 23 | 23 | ||
| - | 24 | extern void InitSwitches(void); |
|
| 24 | 25 | ||
| 25 | extern void reset_dial(int dial,int value); |
26 | extern void reset_dial(int dial,int value); |
| 26 | 27 | ||
| 27 | extern void HandleSwitches(void); |
28 | extern void HandleSwitches(void); |
| 28 | 29 | ||
| - | 30 | ||
| 29 | #if defined __cplusplus |
31 | #if defined __cplusplus |
| 30 | } |
32 | } |
| 31 | #endif |
33 | #endif |
| 32 | 34 | ||
| 33 | 35 | ||