Quote Originally Posted by Bdlhome View Post
For everyone else; I want to track when a switch (which is in an existing circuit) is pressed and was hoping to use the same approach. The problem is the voltage is 0.7V when push to make switch is open and 0V when closed and that doesn't appear to be enough of a range.

Probably better for you to define track for your "0.7V" being presented to the PIC....

1. Immediately being notified when the switch is pressed? - use a comparator with PIC's comparator interrupt.

2. hopefully catching someone pressing a switch while polling the ADC Result very frequently? - use ADC and a tight main loop.