comparison Discovery/Inc/t7.h @ 577:9bb9a52d6ae5

Handle o2 voltage values < 0.5mV as invalid: Values < 0.5mv will now be handled as ppo2 = 0Bar to avaid problems (e.g. by negativ values) in the decompression calculation. In the custom display sensors with low voltage are show using '-'
author Ideenmodellierer
date Sun, 29 Nov 2020 22:58:11 +0100
parents f1257a32f2d4
children f52bc70e380f
comparison
equal deleted inserted replaced
576:1105cf7bbf6f 577:9bb9a52d6ae5
59 void t7_refresh_sleepmode_fun(void); 59 void t7_refresh_sleepmode_fun(void);
60 void t7_refresh_customview_old(void); 60 void t7_refresh_customview_old(void);
61 61
62 void t7_change_field(void); 62 void t7_change_field(void);
63 void t7_change_customview(uint8_t action); 63 void t7_change_customview(uint8_t action);
64 void t7_select_customview(uint8_t selectedCustomview);
64 65
65 void t7_set_field_to_primary(void); 66 void t7_set_field_to_primary(void);
66 void t7_set_customview_to_primary(void); 67 void t7_set_customview_to_primary(void);
67 68
68 void init_t7_compass(void); 69 void init_t7_compass(void);