10 lines
129 B
C
10 lines
129 B
C
#include "stm32f10x.h"
|
|
|
|
#ifndef __KEY_H
|
|
#define __KEY_H
|
|
|
|
void Gpio_Init(void);
|
|
void PWM_Init(u16 arr,u16 psc,u16 pluse);
|
|
|
|
#endif
|