22.10.2014 Views

MANUAL DE MICROCONTROLADORES PIC

MANUAL DE MICROCONTROLADORES PIC

MANUAL DE MICROCONTROLADORES PIC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

RMOTOR<br />

CALL RETAR<br />

CALL RETAR<br />

CALL RETAR<br />

INCF DIG,1<br />

MOVLW .11<br />

XORWF DIG,0<br />

BNZ RMOTOR<br />

CLRF DIG<br />

CALL MOTOR<br />

GOTO DIS_LOOP<br />

;**************************************************************<br />

***********<br />

DISPLAY<br />

MOVF DIG,0<br />

CALL TABLA<br />

MOVWF PORTB<br />

RETURN<br />

;**************************************************************<br />

***********<br />

TABLA: ; TABLA <strong>DE</strong> DATOS PARA <strong>DE</strong>CODIFICACIÓN A SIETE SEGMENTOS<br />

ADDWF PCL,1<br />

RETLW 0x3F<br />

RETLW 0x06<br />

RETLW 0x5B

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!