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.
Dependents: MMA8451Q2 MMA8451Q1 I2C_1A I2C_3A
Diff: MMA8451Q.cpp
- Revision:
- 5:908f2ff8ba40
- Parent:
- 3:db7126dbd63f
--- a/MMA8451Q.cpp Fri Oct 12 11:35:07 2012 +0000
+++ b/MMA8451Q.cpp Mon Apr 25 05:44:51 2022 +0000
@@ -70,6 +70,8 @@
return acc;
}
+
+
void MMA8451Q::readRegs(int addr, uint8_t * data, int len) {
char t[1] = {addr};
m_i2c.write(m_addr, t, 1, true);