113
|
1 ;=============================================================================
|
|
2 ;
|
560
|
3 ; File calibrate.inc REFACTORED VERSION V2.91
|
113
|
4 ;
|
|
5 ;=============================================================================
|
|
6
|
560
|
7 ; DELETE ## voting logic
|
|
8 ; extern compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays
|
|
9
|
113
|
10 extern calibrate_mix ; Calibrate with any mix
|
560
|
11
|
|
12 ; DELETE ## voting logic
|
|
13 ; extern check_sensors ; Check O2 sensor thresholds for fallback
|
|
14
|
|
15 ; ADD ## voting logic
|
|
16 extern compute_mvolts_for_all_sensors ; compute sensor mv values from digital transmitted data
|
|
17
|
|
18 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics
|
|
19 |