Mercurial > public > hwos_code
comparison src/hwos.inc @ 617:08b28118c46b
Threshold at 318.1K
author | heinrichsweikamp |
---|---|
date | Sun, 03 Feb 2019 09:33:50 +0100 |
parents | 935e20e16dff |
children | e76a87e087ef |
comparison
equal
deleted
inserted
replaced
616:935e20e16dff | 617:08b28118c46b |
---|---|
197 #DEFINE color_code_velocity_warn_high .11 ; [m/min] | 197 #DEFINE color_code_velocity_warn_high .11 ; [m/min] |
198 #DEFINE color_code_velocity_attn_high .10 ; [m/min] | 198 #DEFINE color_code_velocity_attn_high .10 ; [m/min] |
199 #DEFINE velocity_display_threshold_1 .3 ; [m/min] | 199 #DEFINE velocity_display_threshold_1 .3 ; [m/min] |
200 | 200 |
201 ; Battery Thresholds | 201 ; Battery Thresholds |
202 #DEFINE max_allowed_battery_temp .323 ; Max temperature before charging is disabled in 0.1K | 202 #DEFINE max_allowed_battery_temp .3181 ; Max temperature before charging is disabled in 0.1K |
203 | 203 |
204 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3.6 V LS14500 AA - threshold for battery percent display | 204 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3.6 V LS14500 AA - threshold for battery percent display |
205 #DEFINE lithium_36v_low .2000 ; [mV] (must be bigger than aa_15v_high!) | 205 #DEFINE lithium_36v_low .2000 ; [mV] (must be bigger than aa_15v_high!) |
206 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1.5 V E2 AA | 206 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1.5 V E2 AA |
207 #DEFINE aa_15v_low .1100 ; [mV] according to Energizer data sheet EBC-4201R, page 2 | 207 #DEFINE aa_15v_low .1100 ; [mV] according to Energizer data sheet EBC-4201R, page 2 |