Periph-Voilier/MyDrivers/ADC.h
2020-11-24 22:56:56 +01:00

4 lines
73 B
C

#include "stm32f103xb.h"
void conf_ADC (void);
float start_ADC (void);