I am using a PIC18F6722 to read an analog signal over the ATD and then write the value to a flash card. My problem falls when I write to the card. I have done extensive hardware testing and have found ...
Hello all,
Does anybody know the meaning of the mode option in the setup_adc() function?
It has options of ADC_OFF (obvious), ADC_CLOCK_DIV_2, ADC_CLOCK_DIV_8, ADC_CLOCK_INTERNAL, and such, but I am ...