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){
}
}
lunes, 21 de septiembre de 2009
Suscribirse a:
Enviar comentarios (Atom)
IRC
#freenode->#usljujuy
Seguidores
Eventos n_n
Tira Ecol Nano,Bilo y Luca
Link's interesantes ^^
Archivo del blog
-
▼
2009
(19)
- ▼ septiembre (5)
-
►
2008
(25)
- ► septiembre (4)
No hay comentarios:
Publicar un comentario