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

10 lines
122 B
C

#ifndef __I2C_H
#define __I2C_H
#include "stm32f10x.h" // Device header
void I2C_Init_(void);
#endif