Mercurial > public > hwos_code
annotate src/calibrate.inc @ 647:357341239438
Merge
author | heinrichs weikamp |
---|---|
date | Thu, 14 Oct 2021 12:04:12 +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 |