Mercurial > public > hwos_code
comparison src/hwos.inc @ 626:be8787f2034d
compass3 support for 3.01 branch
author | heinrichsweikamp |
---|---|
date | Sun, 23 Jun 2019 15:21:16 +0200 |
parents | 1ad0531e9078 |
children |
comparison
equal
deleted
inserted
replaced
625:5c2ca77ce2df | 626:be8787f2034d |
---|---|
346 #DEFINE screen_type hardware_flag2,0 ; =1: display 1, =0; display 0 | 346 #DEFINE screen_type hardware_flag2,0 ; =1: display 1, =0; display 0 |
347 #DEFINE compass_type hardware_flag2,1 ; =1: compass 1, =0: compass 0 | 347 #DEFINE compass_type hardware_flag2,1 ; =1: compass 1, =0: compass 0 |
348 #DEFINE compass_type2 hardware_flag2,2 ; =1: compass 2, =0: compass 0 or 1 | 348 #DEFINE compass_type2 hardware_flag2,2 ; =1: compass 2, =0: compass 0 or 1 |
349 #DEFINE analog_switches hardware_flag2,3 ; =1: analog switches available | 349 #DEFINE analog_switches hardware_flag2,3 ; =1: analog switches available |
350 #DEFINE screen_type2 hardware_flag2,4 ; =1: display 2, =0: display 0 or 1 | 350 #DEFINE screen_type2 hardware_flag2,4 ; =1: display 2, =0: display 0 or 1 |
351 ; hardware_flag2,5 ; --- unused | 351 #DEFINE compass_type3 hardware_flag2,5 ; =1: compass 3, =0: compass 0 or 1 or 2 |
352 ; hardware_flag2,6 ; --- unused | 352 ; hardware_flag2,6 ; --- unused |
353 ; hardware_flag2,7 ; --- unused | 353 ; hardware_flag2,7 ; --- unused |
354 | 354 |
355 ; Control of numerical Output | 355 ; Control of numerical Output |
356 #DEFINE leftbind cvt_flags+0,0 | 356 #DEFINE leftbind cvt_flags+0,0 |