setting adc pins as digital inputs

kevrus

New Member
hi, i'm not doing very well at this, how do i set the adc pins as digital inputs on a 28A or a 28X and use it on the flowchart?
( i need 12 inputs)
many thanks...kev
 

MiB1986

Member
Hello,

just tell it you dont want ADC features.

ie:
if pin1 = 1 then ....
if pin1 = 0 then ....

hope this helps
 
Top