News

This is our 8th tutorial of Learning PIC microcontrollers using MPLAB and XC8.We have come up all the way from installing MPLABX to using a LCD with PIC MCU. If you are new here, then look at previous ...
Using #define A1 LCDM5, now the code can simply be written A1 = digit[2]; to write the digit 2 in position A1 on the display. This makes it much easier to write and understand the code while simply ...
Here’s an external display meant to help you keep track of your computer’s status. It connects via USB and is driven by a PIC microcontroller. It listens for a small set of commands, us… ...