Description
Welcome to this course.
This course will teach you how to deal with PIC Microcontroller Timers and Watchdog Timer Programming using Register Manipulation to control Time in your Projects instead of the newbie delay function.
We often use the famous delay function when we need to add a delay in our application, but do you really know what the calling the delay function does to your app in the background?
Most seasoned programmers avoid using the delay function for a number of reasons that we will go over in this course, we will also describe in a methodical manner how to read the Microchip PIC microcontroller datasheet to obtain the clock information that we want.
Watchdog timers are an incredibly helpful tool to implement in your real-time sensitive apps. You probably heard about its existence, but do you know why it’s well worth implementing it into your PIC Microcontroller projects?