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

9
MPU6050/APP/i2c.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef __I2C_H
#define __I2C_H
#include "stm32f10x.h" // Device header
void I2C_Init_(void);
#endif