Module riot_wrappers::adc

source ·
Available on riot_module_periph_adc only.

Structs§

  • A configured representation of the single operating-system level ADC that RIOT exposes via its ADC API. The individual ADC lines are addressed as ADCLine structs and can be used uniformly with the (any) ADC struct. The differenes between the hardware ADCs are as hidden to the embedded_hal API as they are hidden to RIOT applications.