A work in progress on an updated library

Dependents:   FRDM_N3110LCD test

Fork of MMA8451Q by Emilio Monti

Files at this revision

API Documentation at this revision

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);