annotate src/calibrate.inc @ 627:bf5fee575701
minor cleanup, reset rx circuity
author |
heinrichsweikamp |
date |
Sun, 30 Jun 2019 23:22:32 +0200 |
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
|