Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13 | Rev 14 | ||
---|---|---|---|
Line 10... | Line 10... | ||
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 | { |
14 | #endif |
14 | #endif |
- | 15 | /// @brief Initialise the display |
|
- | 16 | extern void cc_init(); |
|
15 | 17 | ||
16 | extern void cc_init(); |
18 | /// @brief |
17 | - | ||
- | 19 | /// @param do_reset resets display before update if flag is set |
|
18 | extern int cc_display(uint8_t dialIndex,uint8_t intensity, uint8_t do_reset); |
20 | extern int cc_display(uint8_t dialIndex,uint8_t intensity, uint8_t do_reset); |
19 | 21 | ||
20 | // feed environmental data |
22 | // feed environmental data |
21 | extern void cc_feed_env(uint32_t pressVal, int32_t tempVal); |
23 | extern void cc_feed_env(uint32_t pressVal, int32_t tempVal); |
22 | 24 |