Mercurial > public > hwos_code
comparison src/options.asm @ 32:413a1aa23acd
GF high lowest setting 60%
author | heinrichsweikamp |
---|---|
date | Mon, 22 Jul 2013 14:26:04 +0200 |
parents | f51caad821b4 |
children | ec4d8503ec45 |
comparison
equal
deleted
inserted
replaced
31:53a09c1b7410 | 32:413a1aa23acd |
---|---|
536 OPTION_ENUM8 oDiveMode, 4, 0, tDvOC, .8, opt_dive_mode | 536 OPTION_ENUM8 oDiveMode, 4, 0, tDvOC, .8, opt_dive_mode |
537 OPTION_ENUM8 oDecoMode, 2, 1, tZHL16, .9, char_I_deco_model | 537 OPTION_ENUM8 oDecoMode, 2, 1, tZHL16, .9, char_I_deco_model |
538 OPTION_UINT8p10 oPPO2Max, .120, ppo2_warning_high, .160, 0, .10, opt_ppO2_max | 538 OPTION_UINT8p10 oPPO2Max, .120, ppo2_warning_high, .160, 0, .10, opt_ppO2_max |
539 OPTION_UINT8 oLastDeco, .3, .6, .3, tMeters, .11, opt_last_stop | 539 OPTION_UINT8 oLastDeco, .3, .6, .3, tMeters, .11, opt_last_stop |
540 OPTION_UINT8 oGF_low, .10, .100, .30, tPercent, .12, opt_GF_low | 540 OPTION_UINT8 oGF_low, .10, .100, .30, tPercent, .12, opt_GF_low |
541 OPTION_UINT8 oGF_high, .70, .110, .85, tPercent, .13, opt_GF_high | 541 OPTION_UINT8 oGF_high, .60, .110, .85, tPercent, .13, opt_GF_high |
542 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier | 542 OPTION_UINT8p10 osatmult, .100, .140, .110,tPercent, .14, char_I_saturation_multiplier |
543 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier | 543 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier |
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, .70, .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, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s | 549 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s |
550 | 550 |
551 ;============================================================================= | 551 ;============================================================================= |