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 , , , , , | 12 Comments