hadif azli
/
TEST123
BLYNK TEST
Diff: I2Cdev.cpp
- Revision:
- 3:4cd9171ba989
- Parent:
- 2:6cd3b0947188
diff -r 6cd3b0947188 -r 4cd9171ba989 I2Cdev.cpp --- a/I2Cdev.cpp Wed Jun 15 03:08:40 2016 +0000 +++ b/I2Cdev.cpp Thu Jun 16 08:08:30 2016 +0000 @@ -1,3 +1,4 @@ +#if 0 #include "I2Cdev.h" extern DigitalOut myled; @@ -335,3 +336,4 @@ int status = g_i2c.write(devAddr << 1, (char*)buffer, realLen, false); return status == 0; } +#endif \ No newline at end of file