Complete sensor demo.

Dependencies:   modem_ref_helper CRC X_NUCLEO_IKS01A1 DebouncedInterrupt

Revision:
2:cbe6dca8a632
Parent:
1:4d3968b2941b
Child:
6:c17f7cbdeb1a
--- a/sensors.cpp	Thu May 18 10:44:26 2017 +0000
+++ b/sensors.cpp	Thu May 18 13:49:38 2017 +0000
@@ -138,7 +138,7 @@
               
     if(gyro_lsm6ds0->Init(&InitStructure) != IMU_6AXES_OK)
     {
-        return false; 
+        return false;
     }
             
     return true;