Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: I2Cdev.cpp
- Revision:
- 3:4cd9171ba989
- Parent:
- 2:6cd3b0947188
--- 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