Home › Forums › Microcontrollers › PIC Microcontroller › adc not working on hardware but works on proteus › Reply To: adc not working on hardware but works on proteus
June 17, 2019 at 4:21 pm
#15908

Participant
I have rectified the problem, the design is now working . I changed to
RD0_bit = 0;
RD1_bit =0 ; to TRISD = 0;
-
This reply was modified 5 years ago by
Ligo George.