Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4924

PIC 16F88 project for birthday gift

$
0
0
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

Code (C):
  1. #include <pic.h>
  2. /* c2x7seg.c
  3. roll through 16 digit on a dual 7 segment LED display
  4. Display HEX 16 digits on 2x CA LED display.
  5.  
  6. RB6    -    seg a
  7. RB5 -...
PIC 16F88 project for birthday gift

Viewing all articles
Browse latest Browse all 4924

Trending Articles