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.
Dependencies: mbed Servo MC33926 encoder
Fork of FlexV1 by
Diff: I2Cdev.cpp
- Revision:
- 8:3c174bef1dbd
- Parent:
- 2:f8bfb37b2e1f
- Child:
- 9:7b0f9fd4586b
--- a/I2Cdev.cpp Thu Jan 07 13:46:32 2021 +0000
+++ b/I2Cdev.cpp Sat Mar 27 00:06:06 2021 +0000
@@ -260,7 +260,9 @@
for(int i = 0; i < length; i++) {
i2c.write(data[i]);
}
+
i2c.stop();
+
return true;
}
