Author |
Message |
Topic: 16F886 I/O |
ccnewbie
Replies: 4
Views: 5826
|
Forum: General CCS C Discussion Posted: Tue Dec 09, 2008 3:58 am Subject: 16F886 I/O |
How about if the input is a 3 decimal number from 7 segment display?
Due to the properties of 7 segment display, 7 bits are used to denote a character on the display. Is PIC 16F886 allows up to 8 bi ... |
Topic: 16F886 I/O |
ccnewbie
Replies: 4
Views: 5826
|
Forum: General CCS C Discussion Posted: Mon Dec 08, 2008 10:34 am Subject: 16F886 I/O |
I am truly a newbie. After discovered some notes at the examples and via forum, I tried some basic idea on getting the input.
#include <16F886.h>
#device ICD=1
#fuses INTRC,NOWDT, NOLVP, B ... |
|