Skip to content
Snippets Groups Projects
adc_dma.h 128 B
#ifndef _ADC_DMA_H
#define _ADC_DMA_H

#include "stm32f4xx.h"

void adc_init(void);
uint16_t adc_get_temperature(void);

#endif