Mercurial > public > hwos_code
comparison src/calibrate.inc @ 582:b455b31ce022
work on 2.97 stable
author | heinrichsweikamp |
---|---|
date | Mon, 26 Feb 2018 16:40:28 +0100 |
parents | b7eb98dbd800 |
children | c40025d8e750 |
comparison
equal
deleted
inserted
replaced
581:f5de1ff88814 | 582:b455b31ce022 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File calibrate.inc REFACTORED VERSION V2.91 | 3 ; File calibrate.inc REFACTORED VERSION V2.97 |
4 ; | 4 ; |
5 ;============================================================================= | 5 ;============================================================================= |
6 | 6 |
7 ; DELETE ## voting logic | 7 extern calibrate_mix ; Calibrate with any mix |
8 ; extern compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays | 8 extern compute_mvolts_for_all_sensors ; compute sensor mv values from digital transmitted data |
9 | 9 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics |
10 extern calibrate_mix ; Calibrate with any mix | |
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 |