singularengineer.com
Programming PIC 18 using XC8 (MPLAB X) : Timers - singularengineer.com
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,...
singularengineer