Mercurial > public > hwos_code
comparison src/calibrate.inc @ 560:b7eb98dbd800
bump to 2.96beta (REFACTORED VERSION)
| author | heinrichsweikamp |
|---|---|
| date | Wed, 31 Jan 2018 19:39:37 +0100 |
| parents | 5c6da9fa5cb0 |
| children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
| 559:9cb967d844f0 | 560:b7eb98dbd800 |
|---|---|
| 1 ;============================================================================= | 1 ;============================================================================= |
| 2 ; | 2 ; |
| 3 ; File calibrate.inc | 3 ; File calibrate.inc REFACTORED VERSION V2.91 |
| 4 ; | 4 ; |
| 5 ;============================================================================= | 5 ;============================================================================= |
| 6 | 6 |
| 7 extern compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays | 7 ; DELETE ## voting logic |
| 8 ; extern compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays | |
| 9 | |
| 8 extern calibrate_mix ; Calibrate with any mix | 10 extern calibrate_mix ; Calibrate with any mix |
| 9 extern check_sensors ; Check O2 sensor thresholds for fallback | 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 | |
| 10 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics | 18 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics |
| 19 |
