Re: ADC library not being recognized
2018/10/16 19:23:51
(permalink)
XC8 version 2.0 has reorganised the folders used for include files, which the PLIB installer knows nothing about.
You'll either need to step back to a v1.xx version of XC8, or grab the source code for the functions you need from the PLIB sources, and add them in to your project.
I think you will be surprised when you see that each of those functions contains only a handful of instructions...