i2c.h 128 B

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