Rev 471 | Rev 523 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 471 | Rev 474 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | #define CHECKBYTE2 23 |
22 | #define CHECKBYTE2 23 |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | extern uint8_t COSD_FLAGS, COSD_FLAGS2; |
24 | extern uint8_t COSD_FLAGS, COSD_FLAGS2; |
25 | extern uint8_t min_voltage; |
25 | extern uint8_t min_voltage; |
- | 26 | extern uint8_t max_voltage; |
|
Line 26... | Line 27... | ||
26 | extern uint8_t max_voltage; |
27 | extern uint8_t bottom_line; |
Line -... | Line 28... | ||
- | 28 | ||
- | 29 | extern volatile uint16_t uptime; |
|
- | 30 | ||
27 | 31 | /** |
|
- | 32 | * read data saved in eeprom, print out message if <verbose> is set |
|
- | 33 | */ |
|
- | 34 | void init_cosd(uint8_t); |
|
- | 35 | ||
28 | extern volatile uint16_t uptime; |
36 | /** |
Line -... | Line 37... | ||
- | 37 | * a simple config menu tryout |
|
- | 38 | */ |
|
- | 39 | void config_menu(void); |
|
- | 40 |