Mercurial > public > hwos_code
comparison src/ostc3.inc @ 196:a0e0ddfc1b49
suppress ghost readings for long, open cables
author | heinrichsweikamp |
---|---|
date | Thu, 06 Nov 2014 12:00:44 +0100 |
parents | c241d3af0e47 |
children | c511dc403d7e |
comparison
equal
deleted
inserted
replaced
195:bca0f054f023 | 196:a0e0ddfc1b49 |
---|---|
77 #DEFINE warn_battery .9 | 77 #DEFINE warn_battery .9 |
78 | 78 |
79 ; External O2 cell input parameters | 79 ; External O2 cell input parameters |
80 #DEFINE min_mv .80 ; = 8mV | 80 #DEFINE min_mv .80 ; = 8mV |
81 #DEFINE max_mv .2500 ; = 250mV | 81 #DEFINE max_mv .2500 ; = 250mV |
82 #DEFINE ignore_mv .3500 ; = 350mV (To suppress ghost readings for long, open cables) | |
82 | 83 |
83 ; Profile recording parameters | 84 ; Profile recording parameters |
84 #DEFINE logbook_profile_version 0x23 | 85 #DEFINE logbook_profile_version 0x23 |
85 #DEFINE samplingrate_apnoe .1 ; [seconds] | 86 #DEFINE samplingrate_apnoe .1 ; [seconds] |
86 ; Warning: Divisors must be <.16 ! | 87 ; Warning: Divisors must be <.16 ! |