
Originally Posted by
rsocor01
However, the bad news is that Sayzer is right. You can't get three states "0,0", "0,1", and "1,0" with only one MCU pin.
Really? Because I am using Dave's code on a 18F26J50 (3.3 volt) with no resistors, and it works like a charm. Red, Blue, off

Code:
BLINK:
HIGH PORTA.0
PAUSE 250
LOW PORTA.0
PAUSE 250
TRISA.0 = 1
PAUSE 2000
GOTO BLINK
Bookmarks