removed X-NUCLEO-COMMON and ST-INTERFACES

Dependents:   unh-hackathon-example unh-hackathon-example-raw

Fork of X_NUCLEO_IKS01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Wed Jun 17 15:04:13 2015 +0200
Parent:
63:0b9295b7ef81
Child:
65:c900ba2aa497
Child:
67:08521fc910e8
Child:
77:d134a9a307ad
Commit message:
Handle "i.e." to make it pass doxygen with correct outcome

Changed in this revision

Components/Interfaces/GyroSensor.h Show annotated file Show diff for this revision Revisions of this file
Components/Interfaces/MotionSensor.h Show annotated file Show diff for this revision Revisions of this file
--- 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
 	 */
--- 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
 	 */