annotate src/calibrate.inc @ 652:9319f90d67d9
add tools/o3pack.bat and the required tools/libs
author |
heinrichsweikamp |
date |
Fri, 11 Aug 2023 14:47:25 +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
|