diff 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
line wrap: on
line diff
--- a/src/calibrate.inc	Sun Feb 25 18:25:38 2018 +0100
+++ b/src/calibrate.inc	Mon Feb 26 16:40:28 2018 +0100
@@ -1,19 +1,9 @@
 ;=============================================================================
 ;
-;   File calibrate.inc								REFACTORED VERSION V2.91
+;   File calibrate.inc								REFACTORED VERSION V2.97
 ;
 ;=============================================================================
 
-; DELETE	## voting logic
-;	extern		compute_ppo2			; compute mv_sensorX and ppo2_sensorX arrays
-
-	extern		calibrate_mix			; Calibrate with any mix
-	
-; DELETE	## voting logic
-;    extern      check_sensors           ; Check O2 sensor thresholds for fallback
-
-; ADD		## voting logic
-	extern		compute_mvolts_for_all_sensors	; compute sensor mv values from digital transmitted data
-
-    extern      transmit_setpoint       ; Transmit current setpoint from WREG (in cbar) to external electronics
-	
\ No newline at end of file
+	extern	calibrate_mix					; Calibrate with any mix
+	extern	compute_mvolts_for_all_sensors	; compute sensor mv values from digital transmitted data
+	extern	transmit_setpoint				; Transmit current setpoint from WREG (in cbar) to external electronics