i never tested the above suggestion but it can work. But for safety sake i will turn them to digital.
Another solution...use ADCIN to read the pin.
[html]
If result<XYZ => pin is LOW
if result>ABC => pin is HIGH.
[/html]
That will allow to determine your own HIGH/LOW threshold.
Just an idea.
Bookmarks