3.2 Peripheral Library (PLIB) APIs
MPLAB Harmony v3 provides the PLIB APIs for the SDADC in plib_sdadc.c
.
The following APIs allow for the configuration, initialization, and reading the SDADC:
void SDADC_Initialize(void)
int16_t SDADC_ConversionResultGet(void)
bool SDADC_ConversionResultIsReady (void );