Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 643:7d8a4c60ec1a
3.15 release
author | heinrichsweikamp |
---|---|
date | Mon, 24 May 2021 18:40:53 +0200 |
parents | 8c1f1f334275 |
children | 070528a88715 357341239438 |
comparison
equal
deleted
inserted
replaced
642:a9a0188091e4 | 643:7d8a4c60ec1a |
---|---|
1336 PUTC "-" ; print a separator | 1336 PUTC "-" ; print a separator |
1337 movff C5+1,WREG ; get C5, high byte | 1337 movff C5+1,WREG ; get C5, high byte |
1338 output_hex ; print C5, high byte | 1338 output_hex ; print C5, high byte |
1339 movff C5+0,WREG ; get C5, low byte | 1339 movff C5+0,WREG ; get C5, low byte |
1340 output_hex ; print C5, low byte | 1340 output_hex ; print C5, low byte |
1341 return ; done | 1341 btfss press_sensor_type ; =1: pressure sensor MS5837, =0: Pressure sensor MS5541 |
1342 return ; MS5541, done | |
1343 PUTC "*" | |
1344 return ; MS5837, done | |
1345 | |
1342 | 1346 |
1343 | 1347 |
1344 ;----------------------------------------------------------------------------- | 1348 ;----------------------------------------------------------------------------- |
1345 ; dynamic Title - show Pressure Sensor Offset Setting | 1349 ; dynamic Title - show Pressure Sensor Offset Setting |
1346 ; | 1350 ; |