9#ifndef INCLUDE_INCLUDE_ADC_H_
10#define INCLUDE_INCLUDE_ADC_H_
void ADC_test(void)
Internal ADC test routine. (Currently disabled in implementation.).
void ADC_init(void)
Initialize the external memory–mapped ADC interface.
uint8_t ADC_read_ch(void)
Read the current ADC channel sample.
void ADC_read_all(struct ADC_meas *output)
Perform a full four-channel ADC conversion and return all results.
void ADC_start_conv(void)
Start a conversion on the external ADC and wait for completion.
Container for ADC measurement results.