Mercurial > public > hwos_code
comparison src/hwos.inc @ 425:75f913a029d0
minor
author | heinrichsweikamp |
---|---|
date | Fri, 13 May 2016 16:01:49 +0200 |
parents | 0760850e0fe9 |
children | ceb1b7329dce |
comparison
equal
deleted
inserted
replaced
424:0760850e0fe9 | 425:75f913a029d0 |
---|---|
672 | 672 |
673 #DEFINE compass_fast_mode flag9,0 ; =1: The compass is in fast mode | 673 #DEFINE compass_fast_mode flag9,0 ; =1: The compass is in fast mode |
674 #DEFINE in_color_menu flag9,1 ; =1: In the color scheme menu | 674 #DEFINE in_color_menu flag9,1 ; =1: In the color scheme menu |
675 #DEFINE bailoutgas_event flag9,2 ; =1: bailout was selected or a gaschange during bailout | 675 #DEFINE bailoutgas_event flag9,2 ; =1: bailout was selected or a gaschange during bailout |
676 #DEFINE win_invert flag9,3 ; =1: Invert font output | 676 #DEFINE win_invert flag9,3 ; =1: Invert font output |
677 #DEFINE show_safety_stop flag9,4 ; =1: Show the safety stop | 677 #DEFINE show_safety_stop flag9,4 ; =1: Show the safety stop |
678 #DEFINE safety_stop_active flag9,5 ; =1: The safety stop is currently displayed | 678 #DEFINE safety_stop_active flag9,5 ; =1: The safety stop is currently displayed |
679 #DEFINE new_s8_data_available flag9,6 ; =1: New data frame recieved | 679 #DEFINE new_s8_data_available flag9,6 ; =1: New data frame recieved |
680 #DEFINE print_compass_label flag9,7 ; =1: print the graphical comapss label | 680 #DEFINE print_compass_label flag9,7 ; =1: print the graphical comapss label |
681 | 681 |
682 #DEFINE s8_digital flag10,0; =1: Digital I/O | 682 #DEFINE s8_digital flag10,0; =1: Digital I/O |