Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IKS01A1 by
Revision 64:d99148a36403, committed 2015-06-17
- Comitter:
- Wolfgang Betz
- Date:
- Wed Jun 17 15:04:13 2015 +0200
- Parent:
- 63:0b9295b7ef81
- Child:
- 65:c900ba2aa497
- Child:
- 67:08521fc910e8
- Commit message:
- Handle "i.e." to make it pass doxygen with correct outcome
Changed in this revision
--- 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 */
