Mercurial > public > hwos_code
annotate src/calibrate.inc @ 389:9175429bdeba
CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook
CHANGE: Logbook shows start-of-dive date and time for dives made with firmware >=1.92
BUGFIX: Text alignment in logbook
author | heinrichsweikamp |
---|---|
date | Tue, 27 Oct 2015 13:45:10 +0100 |
parents | 5c6da9fa5cb0 |
children | b7eb98dbd800 |
rev | line source |
---|---|
113 | 1 ;============================================================================= |
2 ; | |
3 ; File calibrate.inc | |
4 ; | |
5 ;============================================================================= | |
6 | |
7 extern compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays | |
8 extern calibrate_mix ; Calibrate with any mix | |
352
5c6da9fa5cb0
add setpoint change to first sample in CCR mode
heinrichsweikamp
parents:
145
diff
changeset
|
9 extern check_sensors ; Check O2 sensor thresholds for fallback |
5c6da9fa5cb0
add setpoint change to first sample in CCR mode
heinrichsweikamp
parents:
145
diff
changeset
|
10 extern transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics |