Mercurial > public > hwos_code
annotate src/calibrate.inc @ 639:0ff82370991d
minor
author | heinrichsweikamp |
---|---|
date | Mon, 10 Aug 2020 15:34:38 +0200 |
parents | 4050675965ea |
children |
rev | line source |
---|---|
113 | 1 ;============================================================================= |
2 ; | |
634 | 3 ; File calibrate.inc * combined next generation V3.09.4n |
113 | 4 ; |
5 ;============================================================================= | |
6 | |
623 | 7 |
8 IFDEF _external_sensor | |
9 extern calibrate_mix ; calibrate sensors | |
634 | 10 extern compute_mvolts_from_rawdata ; compute sensor mV values from digital transmitted data |
623 | 11 extern transmit_setpoint ; transmit current setpoint to external electronics |
12 ENDIF |