lunes, 21 de septiembre de 2009

SDCC Ejemplo 2 Interrupciones RB7-RB4

No se olviden poner el include segun su pic, este ejemplo trata sobre las interrupciones del portb.


void isr() interrupt 0 {
if (RBIF == 1){
if (RB7 == 0){
RB0=1;
}else if (RB6==0){
RB0=0;
}
}
RBIF=0;
}

void main() {
TRISB = 0b11110000;
/*Cambios en RB0-RB4*/
INTCON = 0b10001000;
OPTION_REG = 0b00000111;

PORTB=0;
while(1){
}
}

No hay comentarios:

IRC

#freenode->#usljujuy

Seguidores

Eventos n_n

Tira Ecol Nano,Bilo y Luca