xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
Analog-to-Digital Converter API Implementation. More...
Go to the source code of this file.
Functions | |
void | adcInit (ADCRef ref) |
Initialize the ADC Hardware. More... | |
void | adcStart (uint8_t channel) |
Start a conversion on a given channel. More... | |
uint8_t | adcReady (void) |
Check if a result is ready. More... | |
uint16_t | adcGet (uint8_t next) |
Get the conversion results. More... | |
void | adcClose (void) |
Disable the ADC to save energy. More... | |
Analog-to-Digital Converter API Implementation.
Definition in file adc.c.