/*----------------------------------------------------------------------------*/ /* * Roman Lysecky */ /*----------------------------------------------------------------------------*/ #include #include "delay.h" #include "i2c.h" /*----------------------------------------------------------------------------*/ sbit SDA = ???; sbit SCL = ???; /*----------------------------------------------------------------------------*/ void StopI2C(void) { } /*----------------------------------------------------------------------------*/ void StartI2C(void) { } /*----------------------------------------------------------------------------*/ void WriteI2C(bit val) { } /*----------------------------------------------------------------------------*/ bit ReadI2C(void) { } /*----------------------------------------------------------------------------*/