Mercurial > public > hwos_code
annotate src/calibrate.inc @ 629:237931377539
3.07 stable release
author | heinrichsweikamp |
---|---|
date | Fri, 29 Nov 2019 18:48:11 +0100 |
parents | c40025d8e750 |
children | 4050675965ea |
rev | line source |
---|---|
113 | 1 ;============================================================================= |
2 ; | |
623 | 3 ; File calibrate.inc combined next generation V3.03.1 |
113 | 4 ; |
5 ;============================================================================= | |
6 | |
623 | 7 |
8 IFDEF _external_sensor | |
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 |