diff src/calibrate.inc @ 352:5c6da9fa5cb0

add setpoint change to first sample in CCR mode
author heinrichsweikamp
date Tue, 28 Jul 2015 13:23:09 +0200
parents e3ac5b2021bc
children b7eb98dbd800
line wrap: on
line diff
--- a/src/calibrate.inc	Fri Jul 24 14:52:39 2015 +0200
+++ b/src/calibrate.inc	Tue Jul 28 13:23:09 2015 +0200
@@ -6,4 +6,5 @@
 
 	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
\ No newline at end of file
+    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