IMU
Fork of LSM9DS0 by
Diff: LSM9DS0.cpp
- Revision:
- 3:8b2887ac142a
- Parent:
- 2:5556e6fb99f5
--- 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; }