A work in progress on an updated library
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 |
diff -r d813fe6c0c70 -r e8bacad228f6 MMA8451Q.cpp --- 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);