/*----------------------------------------------------------------------------*/ /* * Roman Lysecky */ /*----------------------------------------------------------------------------*/ #ifndef __i2c_h__ #define __i2c_h__ /*----------------------------------------------------------------------------*/ void StopI2C(void); /*----------------------------------------------------------------------------*/ void StartI2C(void); /*----------------------------------------------------------------------------*/ void WriteI2C(bit val); /*----------------------------------------------------------------------------*/ bit ReadI2C(void); /*----------------------------------------------------------------------------*/ #endif