Recent Comments
Tag Archives: timer interrupt XC 8
Programming PIC 18 using XC8 (MPLAB X) : Timers
Remember the first GPIO post where we used the function __delay_ms() function? That’s a bad way to use delay. It will get the job done, but in a not so effective way. What happens when you call __delay_ms() function is, … Continue reading
Posted in Electronics
Tagged PIC18, pic18f timer, timer interrupt XC 8, timer0 pic18f interrupt, timers, XC8 compiler
12 Comments