Mercurial > public > hwos_code
comparison src/options.asm @ 23:e402813343b6
new option to switch samplingrate between 10s and 2s
author | heinrichsweikamp |
---|---|
date | Mon, 08 Jul 2013 12:38:16 +0200 |
parents | e01c39be267c |
children | f51caad821b4 |
comparison
equal
deleted
inserted
replaced
22:e01c39be267c | 23:e402813343b6 |
---|---|
544 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min | 544 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min |
545 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low | 545 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low |
546 OPTION_UINT8 oaGF_high, .80, .120, .85, tPercent, .18, opt_aGF_high | 546 OPTION_UINT8 oaGF_high, .80, .120, .85, tPercent, .18, opt_aGF_high |
547 OPTION_BOOL oEnable_aGF, 1, .19, opt_enable_aGF ; =1: aGF can be selected underwater | 547 OPTION_BOOL oEnable_aGF, 1, .19, opt_enable_aGF ; =1: aGF can be selected underwater |
548 OPTION_UINT8 oCompassGain, 0, 7, 6, tcharx, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) | 548 OPTION_UINT8 oCompassGain, 0, 7, 6, tcharx, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) |
549 OPTION_ENUM8 oSamplingRate, 2, 1, tSampling2s, .21, opt_sampling_rate ; =1: 2s, =0: 10s | |
549 | 550 |
550 ;============================================================================= | 551 ;============================================================================= |
551 ; Managing Settings | 552 ; Managing Settings |
552 extern char_I_extra_time | 553 extern char_I_extra_time |
553 OPTION_UINT8 oExtraTime, 0, .9, 5,tMinutes, .22, char_I_extra_time | 554 OPTION_UINT8 oExtraTime, 0, .9, 5,tMinutes, .22, char_I_extra_time |