9 lines
138 B
C
9 lines
138 B
C
#ifndef MYPWMVOILE_H
|
|
#define MYPWMVOILE_H
|
|
#include "stm32f10x.h"
|
|
#include "GPIO.h"
|
|
#include "TIMER.h"
|
|
|
|
void init_pwm_voile(void);
|
|
|
|
#endif
|