Mercurial > public > hwos_code
comparison src/ostc3.inc @ 151:5cb177f0948a
work on flip screen...
author | heinrichsweikamp |
---|---|
date | Mon, 18 Aug 2014 17:37:00 +0200 |
parents | 074b1a9ded7b |
children | 5f71e31bd5b3 |
comparison
equal
deleted
inserted
replaced
150:074b1a9ded7b | 151:5cb177f0948a |
---|---|
624 #DEFINE use_02_sensor1 flag10,2; =1: Use this sensor for deco | 624 #DEFINE use_02_sensor1 flag10,2; =1: Use this sensor for deco |
625 #DEFINE use_02_sensor2 flag10,3; =1: Use this sensor for deco | 625 #DEFINE use_02_sensor2 flag10,3; =1: Use this sensor for deco |
626 #DEFINE use_02_sensor3 flag10,4; =1: Use this sensor for deco | 626 #DEFINE use_02_sensor3 flag10,4; =1: Use this sensor for deco |
627 #DEFINE setpoint_fallback flag10,5; =1: Fallback to SP1 due to external O2 sensor failure | 627 #DEFINE setpoint_fallback flag10,5; =1: Fallback to SP1 due to external O2 sensor failure |
628 #DEFINE blinking_setpoint flag10,6; =1: SP is blinking | 628 #DEFINE blinking_setpoint flag10,6; =1: SP is blinking |
629 #DEFINE flip_screen flag10,7; =1: Screen is flipped by 180° | |
629 ;============================================================================= | 630 ;============================================================================= |
630 ; C-code Routines | 631 ; C-code Routines |
631 ; PART 2 | 632 ; PART 2 |
632 extern deco_calc_CNS_decrease_15min | 633 extern deco_calc_CNS_decrease_15min |
633 extern deco_calc_CNS_fraction | 634 extern deco_calc_CNS_fraction |