libyggdrasil
v1.0.0
|
ADC abstraction implementation for Midgard. More...
Go to the source code of this file.
Classes | |
struct | adc_t |
ADC handle type. More... | |
Functions | |
C_LINKAGE bool | yggdrasil_ADC_Init (adc_t adc) |
ADC init function. More... | |
C_LINKAGE bool | yggdrasil_ADC_Deinit (adc_t adc) |
ADC deinit function. More... | |
C_LINKAGE float | yggdrasil_ADC_Read (adc_t adc) |
Get the adc value from the channel specified in the ADC handle. More... | |
ADC abstraction implementation for Midgard.
ADC deinit function.
adc | ADC handle |
ADC init function.
adc | ADC handle |