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

13 lines
148 B
C

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