Jamie Satchell
/
JSatchell_SOFT253ReferredCoursework
Finished project.
Fork of ReferredCoursework2016 by
Diff: Components/Interfaces/GyroSensor.h
- Revision:
- 64:d99148a36403
- Parent:
- 46:badcff0675e8
diff -r 0b9295b7ef81 -r d99148a36403 Components/Interfaces/GyroSensor.h --- 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 */