void adc_init(void)
Initialization of the ADC library.
bool initialized_adc(void)
Check if ADC has been initialized.
double adc_read_channel(adc_channel_t channel)
uint32_t adc_read_channel_raw(adc_channel_t channel)
void adc_destroy(void)
De-initialize the ADC library and free up the used memory in the shared memory space.
adc_channel_t
Enumerate the different available ADC channels.