LTC2945 ported

Dependencies:   mbed

Revision:
4:d32eaca53504
Parent:
0:6be57f391716
diff -r 2ab78e7e8518 -r d32eaca53504 LT_I2C.h
--- a/LT_I2C.h	Fri Aug 25 14:42:14 2017 +0000
+++ b/LT_I2C.h	Wed Sep 20 09:03:56 2017 +0000
@@ -5,10 +5,6 @@
 
 #include <stdint.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define LT_I2C_READ_BIT    0x01
 #define LT_I2C_WRITE_BIT   0x00
 #define LT_I2C_WITH_NACK       1
@@ -65,8 +61,4 @@
     uint8_t length,
     uint8_t *values);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif // _LT_I2C_COMPAT_H_INCLUDED