IMU
Fork of LSM9DS0 by
Revision 3:8b2887ac142a, committed 2015-10-19
- Comitter:
- yoshua0207
- Date:
- Mon Oct 19 04:19:07 2015 +0000
- Parent:
- 2:5556e6fb99f5
- Commit message:
- Version 1
Changed in this revision
LSM9DS0.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5556e6fb99f5 -r 8b2887ac142a LSM9DS0.cpp --- a/LSM9DS0.cpp Mon Feb 02 21:47:14 2015 +0000 +++ b/LSM9DS0.cpp Mon Oct 19 04:19:07 2015 +0000 @@ -143,6 +143,7 @@ temperature_c = (float)temperature_raw / 8.0 + 25; temperature_f = temperature_c * 1.8 + 32; +// return temperature_f; }