QQT912/新单片机-CW32L012/原项目程序/SW/12 CW32 BLDC haLL pid OK/USER/inc/init.h

13 lines
212 B
C
Raw Normal View History

#ifndef __INIT_H
#define __INIT_H
#include "main.h"
void RCC_Configuration(void);
void GPIOInit(void);
void ADC_Configuration(void);
void BTIM_init(void);
void ADC1_SampleCallback(void);
#endif /* __INIT_H */