diff 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
line wrap: on
line diff
--- a/src/calibrate.inc	Wed Dec 27 14:34:11 2017 +0100
+++ b/src/calibrate.inc	Wed Jan 31 19:39:37 2018 +0100
@@ -1,10 +1,19 @@
 ;=============================================================================
 ;
-;   File calibrate.inc
+;   File calibrate.inc								REFACTORED VERSION V2.91
 ;
 ;=============================================================================
 
-	extern		compute_ppo2			; compute mv_sensorX and ppo2_sensorX arrays
+; DELETE	## voting logic
+;	extern		compute_ppo2			; compute mv_sensorX and ppo2_sensorX arrays
+
 	extern		calibrate_mix			; Calibrate with any mix
-    extern      check_sensors           ; Check O2 sensor thresholds for fallback
-    extern      transmit_setpoint       ; Transmit current setpoint from WREG (in cbar) to external electronics
\ No newline at end of file
+	
+; 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