Autodrone
Multi-Domain Vehicle
drv_adc.h
Go to the documentation of this file.
1
9#ifndef __DRV_ADC_H__
10#define __DRV_ADC_H__
11
12/* Global Variables */
13extern uint16_t *rawADC;
14
15/* Function Prototypes */
16void adc1Ch8Init(void);
17void adc1Ch8Start(void);
18
19#endif /* __DRV_ADC_H__ */
void adc1Ch8Start(void)
Starts the ADC conversion.
Definition: drv_adc.c:101
uint16_t * rawADC
Definition: drv_adc.c:13
void adc1Ch8Init(void)
Initializes ADC1 for Channel 8.
Definition: drv_adc.c:20