Files
Gamble/Gambal/APP/led.h
2023-12-18 14:36:22 +08:00

13 lines
147 B
C

#ifndef _LED_H
#define _LED_H
#define led PBout(3)
#include "stm32f10x.h"
#include "system.h"
void led_init(void);
#endif