![]() |
Autodrone
Multi-Domain Vehicle
|
This file initializes and enables the adc for reading the battery voltage. More...
#include "board.h"Functions | |
| void | adc1Ch8Init (void) |
| Initializes ADC1 for Channel 8. More... | |
| void | adc1Ch8Start (void) |
| Starts the ADC conversion. More... | |
| void | ADC_IRQHandler (void) |
| ADC global interrupt handler. More... | |
| void | DMA2_Stream4_IRQHandler (void) |
| DMA2_Stream4 global interrupt handler. More... | |
Variables | |
| uint16_t * | rawADC = (uint16_t*)0x20010000 |
This file initializes and enables the adc for reading the battery voltage.
| void adc1Ch8Init | ( | void | ) |
Initializes ADC1 for Channel 8.
| void adc1Ch8Start | ( | void | ) |
Starts the ADC conversion.
| void ADC_IRQHandler | ( | void | ) |
ADC global interrupt handler.
| void DMA2_Stream4_IRQHandler | ( | void | ) |
DMA2_Stream4 global interrupt handler.
| uint16_t* rawADC = (uint16_t*)0x20010000 |