Push Buttons in a PIC microcontroller, how to read one
A push button is a simple method to give to the microcontroller an input capability. Any user can push a button or press a switch to activate a specific function…
Requirements for PIC Microcontrollers, a newbie’s guide
So you are interested in learning about tiny, yet fascinating devices? Most MCUs (micro controller unit) share many commonalities, despite their inherent complexity. Before you flash (or program) a PIC…
Setting up PWM on a PIC Microcontroller
About PWM. Hello everyone, Juditova here! The Pulse Modulation Width (PWM) helps any microcontroller tremendously on most control tasks. You see, PWM makes the connected device to believe its connected…