Rev 2 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 13 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | { |
13 | { |
14 | #endif |
14 | #endif |
15 | 15 | ||
16 | extern void cc_init(); |
16 | extern void cc_init(); |
17 | 17 | ||
18 | extern int cc_display(uint8_t dialIndex,uint8_t intensity); |
18 | extern int cc_display(uint8_t dialIndex,uint8_t intensity, uint8_t do_reset); |
19 | 19 | ||
20 | // feed environmental data |
20 | // feed environmental data |
21 | extern void cc_feed_env(uint32_t pressVal, int32_t tempVal); |
21 | extern void cc_feed_env(uint32_t pressVal, int32_t tempVal); |
22 | 22 | ||
23 | // feed timing value |
23 | // feed timing value |