first commit

This commit is contained in:
2023-12-18 14:36:22 +08:00
commit 0f3cf0952c
184 changed files with 91562 additions and 0 deletions

12
MPU6050/APP/led.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef _LED_H
#define _LED_H
#define led PCout(13)
#include "stm32f10x.h"
#include "system.h"
void led_init(void);
#endif