I am doing this simple project to display some message on 2x 7 segment LED. But before I did that I decided to use a pic16f88 to display some counting values from 00 to FF in Hex. Once that works I'd continue to modify it to display text.
The schematic looks as follows:
View attachment 155043
The software is attached below
PIC 16F88 project for birthday gift
The schematic looks as follows:
View attachment 155043
The software is attached below
Code (C):
- #include <pic.h>
- /* c2x7seg.c
- roll through 16 digit on a dual 7 segment LED display
- Display HEX 16 digits on 2x CA LED display.
- RB6 - seg a
- RB5 -...