Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 11 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | 17 | ||
18 | extern int cc_display(int dialIndex); |
18 | extern int cc_display(int dialIndex); |
19 | 19 | ||
20 | extern void cc_feed(uint32_t pressVal, int32_t tempVal); |
20 | extern void cc_feed(uint32_t pressVal, int32_t tempVal); |
21 | 21 | ||
- | 22 | extern void cc_feed_pushbutton(uint8_t buttonVal); |
|
- | 23 | ||
22 | #if defined __cplusplus |
24 | #if defined __cplusplus |
23 | } |
25 | } |
24 | #endif |
26 | #endif |