#ifndef I2C_ANALOG_H_ #define I2C_ANALOG_H_ #include "typedefine.h" void I2C_Init(void); void I2C_Start(void) ; void I2C_Stop(void); void I2C_SendACK(UBYTE ack); void I2C_SendByte(UBYTE sendDAT); UBYTE I2C_RecvByte(void); #endif