Subversion Repositories Projects

Rev

Rev 835 | Rev 902 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 835 Rev 837
Line 82... Line 82...
82
 
82
 
83
// battery voltages
83
// battery voltages
84
uint8_t min_voltage = 0;
84
uint8_t min_voltage = 0;
Line -... Line 85...
-
 
85
uint8_t max_voltage = 0;
-
 
86
 
-
 
87
uint8_t scope[8] = {
-
 
88
    5, 5,
-
 
89
    25, 5,
-
 
90
    5, 10,
-
 
91
    25, 10
85
uint8_t max_voltage = 0;
92
};
86
 
93