Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 10 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | 7 | ||
| 8 | #pragma once |
8 | #pragma once |
| 9 | 9 | ||
| 10 | #define MAX_DISPLAYS 1 |
10 | #define MAX_DISPLAYS 1 |
| 11 | #if defined __cplusplus |
11 | #if defined __cplusplus |
| 12 | extern "C" { |
12 | extern "C" |
| - | 13 | { |
|
| 13 | #endif |
14 | #endif |
| 14 | 15 | ||
| 15 | extern void |
16 | extern void cc_init(); |
| 16 | cc_init (); |
- | |
| 17 | 17 | ||
| 18 | extern int |
- | |
| 19 | cc_display (int dialIndex); |
18 | extern int cc_display(int dialIndex); |
| 20 | 19 | ||
| - | 20 | extern void cc_feed(uint32_t pressVal, int32_t tempVal); |
|
| 21 | 21 | ||
| 22 | #if defined __cplusplus |
22 | #if defined __cplusplus |
| 23 | } |
23 | } |
| 24 | #endif |
24 | #endif |