Mercurial > public > hwos_code
annotate src/adc_lightsensor.inc @ 526:0d1cda9f2d43
BUGFIX: Skip MOD Test for CCR in Sensor modes (OSTC cR and OSTC3 only)
CHANGE: Swap positions of ppO2(O2) and ppO2(Dil) in customview 10 on screen. "left = lean" and "right = rich"
BUGFIX: A wrong configured gas was suggested as "Better gas" on the configured depth even if this resulted in a ppO2 high or low condition
author | heinrichsweikamp |
---|---|
date | Sat, 05 Aug 2017 16:50:28 +0200 |
parents | aadfe9f2edaf |
children | ca4556fb60b9 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File adc.inc | |
4 ; | |
5 ; | |
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
7 ;============================================================================= | |
8 ; HISTORY | |
9 ; 2011-08-08 : [mH] moving from OSTC code | |
10 | |
448 | 11 extern get_battery_voltage ; And percent... |
0 | 12 extern get_ambient_level |
204 | 13 extern reset_battery_pointer ; Resets battery pointer 0x07-0x0C and battery_gauge:5 |
448 | 14 extern reset_battery_internal_only ; internal registers only |
204 | 15 extern get_analog_inputs ; Get AN8-10 |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
204
diff
changeset
|
16 extern piezo_config ; Sets up piezo sensitivity of heinrichs weikamp Piezo buttons (~30ms) |
448 | 17 extern get_analog_switches ; Get analog switches |