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: KL46z_single_tap_empty_DE_4_1_PROJECT1B_wInterrupts KL46z_single_tap_empty_DE_4_1_PROJECT1D KL46z_single_tap_generic RAHUL_KL46z_single_tap_generic_copy ... more
Fork of MMA8451Q8a by
Diff: MMA8451Q8.cpp
- Revision:
- 7:ed7e11d269f8
- Parent:
- 5:5a7293378401
- Child:
- 8:993bb9e96a4b
--- a/MMA8451Q8.cpp Wed Jan 28 20:42:56 2015 +0000
+++ b/MMA8451Q8.cpp Wed Jan 28 21:39:04 2015 +0000
@@ -69,6 +69,7 @@
return (float(getAccAxis(REG_OUT_X_MSB))/gScaling[gChosen]);
}
+
float MMA8451Q::getAccY() {
return (float(getAccAxis(REG_OUT_Y_MSB))/gScaling[gChosen]);
}
