Mercurial > public > hwos_code
comparison src/start.asm @ 463:2c58631d5229
minor cleanups
author | heinrichsweikamp |
---|---|
date | Mon, 31 Oct 2016 15:21:12 +0100 |
parents | b4417044a042 |
children | 0491a84fd0b8 |
comparison
equal
deleted
inserted
replaced
462:1eeafeeb9287 | 463:2c58631d5229 |
---|---|
66 bcf analog_switches | 66 bcf analog_switches |
67 | 67 |
68 ; Air pressure compensation after reset | 68 ; Air pressure compensation after reset |
69 call get_calibration_data ; Get calibration data from pressure sensor | 69 call get_calibration_data ; Get calibration data from pressure sensor |
70 banksel common ; get_calibration_data uses isr_backup | 70 banksel common ; get_calibration_data uses isr_backup |
71 bcf no_sensor_int ; normal sensor interrupt mode | 71 |
72 | 72 call TFT_DisplayOff ; display off |
73 call TFT_DisplayOff ; display off | 73 bsf LEDr ; Status LED |
74 bsf LEDr ; Status LED | 74 bcf pressure_refresh |
75 bcf pressure_refresh | |
76 ; First pass will not have valid temperature! | 75 ; First pass will not have valid temperature! |
77 btfss pressure_refresh ; Air pressure compensation | 76 btfss pressure_refresh ; Air pressure compensation |
78 bra $-2 | 77 bra $-2 |
79 ; Second pass | 78 ; Second pass |
80 bcf pressure_refresh | 79 bcf pressure_refresh |