Mercurial > public > hwos_code
diff src/calibrate.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | b455b31ce022 |
children | 4050675965ea |
line wrap: on
line diff
--- a/src/calibrate.inc Wed Apr 10 10:51:07 2019 +0200 +++ b/src/calibrate.inc Mon Jun 03 14:01:48 2019 +0200 @@ -1,9 +1,12 @@ ;============================================================================= ; -; File calibrate.inc REFACTORED VERSION V2.97 +; File calibrate.inc combined next generation V3.03.1 ; ;============================================================================= - 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 + + IFDEF _external_sensor + extern calibrate_mix ; calibrate sensors + extern compute_mvolts_for_all_sensors ; compute sensor mV values from digital transmitted data + extern transmit_setpoint ; transmit current setpoint to external electronics + ENDIF