comparison src/options.asm @ 24:f51caad821b4

save logbook recording interval
author heinrichsweikamp
date Mon, 08 Jul 2013 14:57:13 +0200
parents e402813343b6
children 413a1aa23acd
comparison
equal deleted inserted replaced
23:e402813343b6 24:f51caad821b4
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 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s
550 550
551 ;============================================================================= 551 ;=============================================================================
552 ; Managing Settings 552 ; Managing Settings
553 extern char_I_extra_time 553 extern char_I_extra_time
554 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