first commit
This commit is contained in:
9
MPU6050/APP/i2c.h
Normal file
9
MPU6050/APP/i2c.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __I2C_H
|
||||
#define __I2C_H
|
||||
|
||||
#include "stm32f10x.h" // Device header
|
||||
|
||||
void I2C_Init_(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user