I am having a problem making RA7 an I/O and making it go low.
ANSEL = 0
CMCON0 = $07
INTOSCIO set in the 16F913.inc file which will give me general I/O on RA6 and RA7
LOW PORTA.7 'should set pin RA7 to output and low. (not working)
looking at the data sheet @ TABLE 3-1 page 40
SUMMARY OF REGISTERS ASSOCIATED WITH PORTA
the only registers used by RA7 are :
TRISA7
LCDEN
LCDSE0
LCDSE1
Anyone have any ideas
Thanks Wayne