Mercurial > public > hwos_code
comparison src/calibrate.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | b455b31ce022 |
children | 4050675965ea |
comparison
equal
deleted
inserted
replaced
622:02d1386429a6 | 623:c40025d8e750 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File calibrate.inc REFACTORED VERSION V2.97 | 3 ; File calibrate.inc combined next generation V3.03.1 |
4 ; | 4 ; |
5 ;============================================================================= | 5 ;============================================================================= |
6 | 6 |
7 extern calibrate_mix ; Calibrate with any mix | 7 |
8 extern compute_mvolts_for_all_sensors ; compute sensor mv values from digital transmitted data | 8 IFDEF _external_sensor |
9 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics | 9 extern calibrate_mix ; calibrate sensors |
10 extern compute_mvolts_for_all_sensors ; compute sensor mV values from digital transmitted data | |
11 extern transmit_setpoint ; transmit current setpoint to external electronics | |
12 ENDIF |