10 lines
122 B
C
10 lines
122 B
C
#ifndef __I2C_H
|
|
#define __I2C_H
|
|
|
|
#include "stm32f10x.h" // Device header
|
|
|
|
void I2C_Init_(void);
|
|
|
|
#endif
|
|
|