On Wed, Aug 28, 2002 at 04:23:43PM -0700, Brendan Moran wrote: > Just wondering what you folks consider standard procedure for > handling unused PIC pins. I can see two decent options, myself. 1st > is to leave them as inputs, and ground them. 2nd is to set them to > outputs, and leave them disconnected. Both should use minimal power, but I > don't know the other pros and cons related to the option. You've pretty much described it. Setting to outputs works just as well and requires less hardware. Also it has less of chance of screwing up if its TRIS bit flips. Consider if you have a grounded input and it flips to a high output because of a glitch. You now have one burned output port. However if a disconnected output flips to an input, You'll probably be OK. Just some thoughts. BAJ -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body