PORTC connected to switch (binary selector) and push button. Below the image.
http://img137.imageshack.us/img137/6264/binaryye9.th.jpghttp://img137.imageshack.us/images/thpix.gif
HI'
I'm a newbie in pic programming. Right now I'm developing a system that can convert binary input to ASCII character. Here's my coding:
#include <16f877a.h>
#use delay (clock = 40000000)
...