Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/start.asm @ 469:f53aa96ff2f4
SPI for sensor in 32MHz
author | heinrichsweikamp |
---|---|
date | Thu, 06 Oct 2011 23:30:47 +0200 |
parents | 67d908f51e80 |
children | 4b2add2adde3 |
comparison
equal
deleted
inserted
replaced
468:8d69c040b9fc | 469:f53aa96ff2f4 |
---|---|
270 bcf FLAG_apnoe_mode | 270 bcf FLAG_apnoe_mode |
271 | 271 |
272 ; Pre-load modes for OC, GF 90/90 and no Aponoe or Gauge. | 272 ; Pre-load modes for OC, GF 90/90 and no Aponoe or Gauge. |
273 bcf no_deco_customviews ; Clear no-deco-mode-flag | 273 bcf no_deco_customviews ; Clear no-deco-mode-flag |
274 movlw d'0' | 274 movlw d'0' |
275 movff WREG,char_I_deco_model ; Clear Flagbyte | 275 movff WREG,char_I_deco_model ; ZH-L16 |
276 ; Load GF values into RAM | 276 ; Load GF values into RAM |
277 movlw d'90' | 277 movlw d'90' |
278 movff WREG,char_I_GF_Low_percentage | 278 movff WREG,char_I_GF_Low_percentage |
279 movff WREG,char_I_GF_High_percentage ; Set to 90/90... | 279 movff WREG,char_I_GF_High_percentage ; Set to 90/90... |
280 clrf EEADRH | 280 clrf EEADRH |