1 2 3 4 5 6 7
#ifndef __I2C_H__ #define __I2C_H__ /* function declarations */ uchar i2c_read(uchar, unsigned int, int, uchar*, int); #endif