Files
Gamble/MPU6050/APP/led.h

13 lines
148 B
C
Raw Normal View History

2023-12-18 14:36:22 +08:00
#ifndef _LED_H
#define _LED_H
#define led PCout(13)
#include "stm32f10x.h"
#include "system.h"
void led_init(void);
#endif