Mercurial > public > hwos_code
comparison src/ghostwriter.asm @ 170:8bcb064b4fb8
CHANGE: Compass readout smoothed
1.53 beta release
author | heinrichsweikamp |
---|---|
date | Tue, 30 Sep 2014 10:35:47 +0200 |
parents | 30ebaf72170d |
children | 932e91074bdb |
comparison
equal
deleted
inserted
replaced
169:dcf3e08f31ac | 170:8bcb064b4fb8 |
---|---|
220 btfsc divisor_tank,7 | 220 btfsc divisor_tank,7 |
221 clrf divisor_tank | 221 clrf divisor_tank |
222 | 222 |
223 store_dive_data5: | 223 store_dive_data5: |
224 bcf event_occured ; Clear the global event flag | 224 bcf event_occured ; Clear the global event flag |
225 bcf event2_occured ; Clear the global event2 flag | |
226 clrf EventByte ; reset EventByte | 225 clrf EventByte ; reset EventByte |
227 clrf EventByte2 ; reset EventByte2 | 226 clrf EventByte2 ; reset EventByte2 |
228 return ; Done. (Sample with all informations written to external flash) | 227 return ; Done. (Sample with all informations written to external flash) |
229 | 228 |
230 store_dive_cns: | 229 store_dive_cns: |