ESE project: portable camera safe box

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_IKS01A1 by ST

Revision:
64:d99148a36403
Parent:
46:badcff0675e8
--- a/Components/Interfaces/MotionSensor.h	Tue Jun 16 13:50:19 2015 +0200
+++ b/Components/Interfaces/MotionSensor.h	Wed Jun 17 15:04:13 2015 +0200
@@ -96,7 +96,7 @@
 
 	/**
 	 * @brief       Get accelerometer's full scale value
-	 *              i.e. min/max measurable value [g]
+	 *              i.e.\ min/max measurable value [g]
 	 * @param[out]  pfData Pointer to where the accelerometer full scale value is stored to
 	 * @return      0 in case of success, an error code otherwise
 	 */
@@ -104,7 +104,7 @@
 	
 	/**
 	 * @brief      Set accelerometer's full scale value
-	 *             i.e. min/max measurable value
+	 *             i.e.\ min/max measurable value
 	 * @param[in]  fs New full scale value for accelerometer in [g]
 	 * @return     0 in case of success, an error code otherwise
 	 */