Index: Accel.c =================================================================== diff -u -rb20ab0cdf009f97c0aff428219e901b0603e3fd2 -r77b56dee67cb0934f32d5d98bc1d807b5f54a2e3 --- Accel.c (.../Accel.c) (revision b20ab0cdf009f97c0aff428219e901b0603e3fd2) +++ Accel.c (.../Accel.c) (revision 77b56dee67cb0934f32d5d98bc1d807b5f54a2e3) @@ -157,7 +157,7 @@ /*********************************************************************//** * @brief - * The handleAccelMonitorState function handles the accelerometer monitor state \n + * The handleAccelMonitorState function handles the accelerometer monitor state * of the accelerometer monitor state machine. * @details * Inputs : @@ -237,7 +237,7 @@ /*********************************************************************//** * @brief - * The getPublishAccelDataInterval function gets the accelerometer vector data \n + * The getPublishAccelDataInterval function gets the accelerometer vector data * publication interval. * @details * Inputs : accelDataPublishInterval @@ -258,7 +258,7 @@ /*********************************************************************//** * @brief - * The getMeasuredAccelAxis function gets the current magnitude for the given \n + * The getMeasuredAccelAxis function gets the current magnitude for the given * accelerometer axis. * @details * Inputs : accelAxes[] @@ -294,7 +294,7 @@ /*********************************************************************//** * @brief - * The getMaxAccelAxis function gets the current max magnitude for the given \n + * The getMaxAccelAxis function gets the current max magnitude for the given * accelerometer axis. * @details * Inputs : accelMaxs[] @@ -330,7 +330,7 @@ /*********************************************************************//** * @brief - * The publishAccelData function publishes accelerometer data at the set \n + * The publishAccelData function publishes accelerometer data at the set * interval. * @details * Inputs : accelAxes[] @@ -364,7 +364,7 @@ /*********************************************************************//** * @brief - * The resetAccelMovingAverage function re-initializes the accelerometer \n + * The resetAccelMovingAverage function re-initializes the accelerometer * moving average sample buffer. * @details * Inputs : none @@ -391,7 +391,7 @@ /*********************************************************************//** * @brief - * The filterAccelReadings function adds a new axis samples to the filter. \n + * The filterAccelReadings function adds a new axis samples to the filter. * @details * Inputs : none * Outputs : flowReadings[], flowReadingsIdx, flowReadingsCount @@ -438,7 +438,7 @@ /*********************************************************************//** * @brief - * The calcVectorLength function calculates the length of a vector with \n + * The calcVectorLength function calculates the length of a vector with * given vector axis magnitudes. * @details * Inputs : none @@ -540,7 +540,7 @@ /*********************************************************************//** * @brief - * The execAccelTest function executes the state machine for the \n + * The execAccelTest function executes the state machine for the * accelerometer self test. * @details * Inputs : accelSelfTestState @@ -621,7 +621,7 @@ /*********************************************************************//** * @brief - * The setAccelCalibration function sets the accelerometer calibration \n + * The setAccelCalibration function sets the accelerometer calibration * factors and has them stored in non-volatile memory. * @details * Inputs : none @@ -657,7 +657,7 @@ /*********************************************************************//** * @brief - * The getAccelCalibration function retrieves the current accelerometer \n + * The getAccelCalibration function retrieves the current accelerometer * calibration factors. * @details * Inputs : accelCalOffsets[] @@ -676,7 +676,7 @@ /*********************************************************************//** * @brief - * The testSetAccelDataPublishIntervalOverride function overrides the \n + * The testSetAccelDataPublishIntervalOverride function overrides the * accelerometer data publish interval. * @details * Inputs : none @@ -702,7 +702,7 @@ /*********************************************************************//** * @brief - * The testResetAccelDataPublishIntervalOverride function resets the override \n + * The testResetAccelDataPublishIntervalOverride function resets the override * of the accelerometer data publish interval. * @details * Inputs : none @@ -725,7 +725,7 @@ /*********************************************************************//** * @brief - * The testSetAccelAxisOverride function overrides the value of the \n + * The testSetAccelAxisOverride function overrides the value of the * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelAxes[] @@ -752,7 +752,7 @@ /*********************************************************************//** * @brief - * The testResetAccelAxisOverride function resets the override of the \n + * The testResetAccelAxisOverride function resets the override of the * specified accelerometer axis. * @details * Inputs : none @@ -779,7 +779,7 @@ /*********************************************************************//** * @brief - * The testSetAccelMaxOverride function overrides the max. value of the \n + * The testSetAccelMaxOverride function overrides the max. value of the * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelMaxs[] @@ -806,7 +806,7 @@ /*********************************************************************//** * @brief - * The testResetAccelMaxOverride function resets the override of the \n + * The testResetAccelMaxOverride function resets the override of the * specified accelerometer axis maximum. * @details * Inputs : none