comparison src/ostc3.inc @ 200:dcd513840c6c

cleanup
author heinrichsweikamp
date Wed, 12 Nov 2014 19:33:15 +0100
parents c511dc403d7e
children 82faedf8fd58
comparison
equal deleted inserted replaced
199:800f09c9089c 200:dcd513840c6c
180 #DEFINE current_ir_reciever .139 180 #DEFINE current_ir_reciever .139
181 #DEFINE current_compass .28 181 #DEFINE current_compass .28
182 182
183 ; Brightness thresholds (between zero (off) and 255 (max. power)) 183 ; Brightness thresholds (between zero (off) and 255 (max. power))
184 #DEFINE ambient_light_max_high_36V .175 184 #DEFINE ambient_light_max_high_36V .175
185 #DEFINE ambient_light_max_high_c3 .240 185 #DEFINE ambient_light_max_high_cr .240
186 #DEFINE ambient_light_max_high_15V .150 186 #DEFINE ambient_light_max_high_15V .150
187 #DEFINE ambient_light_min_high .35 187 #DEFINE ambient_light_min_high .35
188 #DEFINE ambient_light_max_medium .135 188 #DEFINE ambient_light_max_medium .135
189 #DEFINE ambient_light_min_medium .25 189 #DEFINE ambient_light_min_medium .25
190 #DEFINE ambient_light_max_eco .75 190 #DEFINE ambient_light_max_eco .75
625 #DEFINE bailoutgas_event flag9,2 ; =1: bailout was selected or a gaschange during bailout 625 #DEFINE bailoutgas_event flag9,2 ; =1: bailout was selected or a gaschange during bailout
626 #DEFINE win_invert flag9,3 ; =1: Invert font output 626 #DEFINE win_invert flag9,3 ; =1: Invert font output
627 #DEFINE show_safety_stop flag9,4 ; =1: Show the safety stop 627 #DEFINE show_safety_stop flag9,4 ; =1: Show the safety stop
628 #DEFINE safety_stop_active flag9,5 ; =1: The safety stop is currently displayed 628 #DEFINE safety_stop_active flag9,5 ; =1: The safety stop is currently displayed
629 #DEFINE new_s8_data_available flag9,6 ; =1: New data frame recieved 629 #DEFINE new_s8_data_available flag9,6 ; =1: New data frame recieved
630 #DEFINE c3_hardware flag9,7; =1: OSTC 3C hardware 630 #DEFINE cr_hardware flag9,7; =1: OSTC cR hardware
631 631
632 #DEFINE s8_digital flag10,0; =1: Digital I/O 632 #DEFINE s8_digital flag10,0; =1: Digital I/O
633 #DEFINE menu_show_sensors2 flag10,1; =1: Update mV data in calibration menu 633 #DEFINE menu_show_sensors2 flag10,1; =1: Update mV data in calibration menu
634 #DEFINE use_O2_sensor1 flag10,2; =1: Use this sensor for deco 634 #DEFINE use_O2_sensor1 flag10,2; =1: Use this sensor for deco
635 #DEFINE use_O2_sensor2 flag10,3; =1: Use this sensor for deco 635 #DEFINE use_O2_sensor2 flag10,3; =1: Use this sensor for deco