Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/isr.asm @ 398:ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
author | heinrichsweikamp |
---|---|
date | Sun, 26 Jun 2011 12:24:54 +0200 |
parents | 8e272339fb68 |
children | e565392e0fcc |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/isr.asm Thu Jun 23 01:41:39 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/isr.asm Sun Jun 26 12:24:54 2011 +0200 @@ -25,7 +25,7 @@ ; the timer1 module interrupts every 62.5ms (16x/second) ; temperature and pressure is averaged over 4 measurements ; flag pressure_refresh is set every 500ms -; and provides accurate pressure (+/-1mBar stable) and temperature (0.1C stable) +; and provides accurate pressure (+/-1mbar stable) and temperature (0.1C stable) ;============================================================================= ; Copy a 16bit value from ISR modified registers to main registers. @@ -289,7 +289,7 @@ bra comp_air_pressure ; no comp_air_pressure0: - movlw LOW d'1000' ; yes, so simulate 1Bar surface pressure + movlw LOW d'1000' ; yes, so simulate 1bar surface pressure movwf last_surfpressure+0 movlw HIGH d'1000' movwf last_surfpressure+1