Hi ECaro03
I looked over my circuit again and saw that I wasn't using the pull down resistor properly so it was left floating....ugh I feel so stupid now...lol
Hehe it happen to me one but i was using correctly... my sh... breadboard was the trouble. Some of those have supply line who break at the middle... when i discover it... AAARRGH!!!
am trying to have multiple ports on at the same time....
portc.2 to turn on along with portc.0
portc.3 to turn on along with portc.1
what's the code for that? and can you explain the binary code with it?
that's simple when you know how.
PORTC=%00000101 'turn on C.2 and C.0
PORTC=%00001010 'turn on C.3 and C.1
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks