9 lines
No EOL
154 B
C
9 lines
No EOL
154 B
C
#ifndef ADC_H
|
|
#define ADC_H
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
void ADC_Base_Init(ADC_TypeDef * ADC,char channel);
|
|
void ADC_Read(ADC_TypeDef * ADC);
|
|
|
|
#endif |