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: FRDM_N3110LCD test
Fork of MMA8451Q by
Revision 6:e8bacad228f6, committed 2013-03-27
- Comitter:
- SomeRandomBloke
- Date:
- Wed Mar 27 22:00:57 2013 +0000
- Parent:
- 5:d813fe6c0c70
- Commit message:
- updates
Changed in this revision
| MMA8451Q.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MMA8451Q.cpp Thu Mar 14 21:57:04 2013 +0000
+++ b/MMA8451Q.cpp Wed Mar 27 22:00:57 2013 +0000
@@ -123,7 +123,7 @@
float MMA8451Q::getAccAxisF(uint8_t addr)
{
int16_t acc;
- float facc;
+// float facc;
uint8_t res[2];
readRegs(addr, res, 2);
