123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
183:c7a9c309086c
Parent:
167:bedc0a9d559a
diff -r 2bd8ec44998f -r c7a9c309086c DeviceI2C.h
--- a/DeviceI2C.h	Sun Jul 10 05:35:08 2016 +0000
+++ b/DeviceI2C.h	Sun Jul 31 06:19:02 2016 +0000
@@ -24,5 +24,6 @@
 void InitI2CState(void);
 void DeviceStartI2C(void);
 
-void StartI2CTransmission(void);
+void i2cEnableTransmission(void);
+void i2cProcess(void);
 #endif  /* __DEVICE_I2C_H__ */
\ No newline at end of file