Microcontroller
Using Timer0 as a Counter: Learning PIC Microcontrollers [Chapter 10]
In the previous chapter, we learned about the Timer interrupt and also learned how to use Timer0 as a timer interrupt. In this chapter, we’ll use Timer0 as a counter which is another feature of Timers in microcontrollers. This will help us count pulses or frequencies. Also, we’ll see an Read more…