annotate src/calibrate.inc @ 642:a9a0188091e4
fix rare upgrade issue with OSTC sport 2019 hardware
author |
heinrichsweikamp |
date |
Thu, 14 Jan 2021 16:24:07 +0100 |
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
|