tiz

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_IKS01A1 by ST

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