Files
diansai/循迹/Hardware/Key.h

10 lines
129 B
C
Raw Permalink Normal View History

2025-07-29 11:37:06 +08:00
#include "stm32f10x.h"
#ifndef __KEY_H
#define __KEY_H
void Gpio_Init(void);
void PWM_Init(u16 arr,u16 psc,u16 pluse);
#endif