Hello World with 8-bit PIC microcontroller
For the purpose of this post, I'm going to write a very simple code for the demonstration, which will just light an LED. It could be considered a "Hello World"…
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…
MCLR (Master Clear) on PIC microcontrollers
The Master Clear or MCLR is a feature present in many microcontrollers, used for resetting the entire device. This means that when the MCLR is triggered, the device will start…