Files
Gamble/MPU6050/APP/i2c.h

10 lines
122 B
C
Raw Normal View History

2023-12-18 14:36:22 +08:00
#ifndef __I2C_H
#define __I2C_H
#include "stm32f10x.h" // Device header
void I2C_Init_(void);
#endif