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 */
13
extern
uint16_t *
rawADC
;
14
15
/* Function Prototypes */
16
void
adc1Ch8Init
(
void
);
17
void
adc1Ch8Start
(
void
);
18
19
#endif
/* __DRV_ADC_H__ */
adc1Ch8Start
void adc1Ch8Start(void)
Starts the ADC conversion.
Definition:
drv_adc.c:101
rawADC
uint16_t * rawADC
Definition:
drv_adc.c:13
adc1Ch8Init
void adc1Ch8Init(void)
Initializes ADC1 for Channel 8.
Definition:
drv_adc.c:20
STM32CubeIDE
Autodrone32
Src
drv
drv_adc.h
Generated by
1.9.3