comparison src/hwos.inc @ 381:e32f424223fb

BUGFIX: Battery consumption calculation in sleep mode (3,6V battery only)
author heinrichsweikamp
date Sat, 19 Sep 2015 13:41:40 +0200
parents 7faa688db105
children 3c55627d5f8f
comparison
equal deleted inserted replaced
380:1318be33d76f 381:e32f424223fb
170 #DEFINE lithium_36v_75 .3000 ; [mV] 170 #DEFINE lithium_36v_75 .3000 ; [mV]
171 #DEFINE lithium_36v_50 .2900 ; [mV] 171 #DEFINE lithium_36v_50 .2900 ; [mV]
172 #DEFINE lithium_36v_25 .2600 ; [mV] 172 #DEFINE lithium_36v_25 .2600 ; [mV]
173 #DEFINE lithium_36v_10 .2500 ; [mV] 173 #DEFINE lithium_36v_10 .2500 ; [mV]
174 174
175 #DEFINE current_sleepmode .10 175 #DEFINE current_sleepmode .31
176 #DEFINE current_backlight_multi .115 ; *CCPR1L+current_backlight_offset 176 #DEFINE current_backlight_multi .115 ; *CCPR1L+current_backlight_offset
177 #DEFINE current_backlight_offset .216 177 #DEFINE current_backlight_offset .216
178 #DEFINE current_speed_eco .1914 178 #DEFINE current_speed_eco .1914
179 #DEFINE current_speed_normal .4027 179 #DEFINE current_speed_normal .4027
180 #DEFINE current_speed_fastest .5050 180 #DEFINE current_speed_fastest .5050