Rev 837 | Rev 1437 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 837 | Rev 902 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /**************************************************************************** |
1 | /**************************************************************************** |
2 | * Copyright (C) 2009-2010 by Claas Anders "CaScAdE" Rathje * |
2 | * Copyright (C) 2009-2011 by Claas Anders "CaScAdE" Rathje * |
3 | * admiralcascade@gmail.com * |
3 | * admiralcascade@gmail.com * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
5 | * * |
5 | * * |
6 | * This program is free software; you can redistribute it and/or modify * |
6 | * This program is free software; you can redistribute it and/or modify * |
7 | * it under the terms of the GNU General Public License as published by * |
7 | * it under the terms of the GNU General Public License as published by * |
Line 21... | Line 21... | ||
21 | #ifndef _CONFIG_H |
21 | #ifndef _CONFIG_H |
22 | #define _CONFIG_H |
22 | #define _CONFIG_H |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | 24 | ||
Line 25... | Line 25... | ||
25 | #define CHECKBYTE1 230 |
25 | #define CHECKBYTE1 230 |
26 | #define CHECKBYTE2 32 |
26 | #define CHECKBYTE2 223 |
27 | 27 | ||
Line 34... | Line 34... | ||
34 | extern uint8_t max_voltage; |
34 | extern uint8_t max_voltage; |
35 | extern uint8_t bottom_line; |
35 | extern uint8_t bottom_line; |
Line 36... | Line 36... | ||
36 | 36 | ||
Line 37... | Line 37... | ||
37 | extern volatile uint16_t uptime; |
37 | extern volatile uint16_t uptime; |
Line 38... | Line 38... | ||
38 | 38 | ||
39 | extern uint8_t scope[8]; |
39 | extern uint8_t scope[12]; |
40 | 40 | ||
41 | /** |
41 | /** |