Starting EX improvements: improved L3GD20 driver.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9634 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-06-17 08:26:34 +00:00
parent a66047000a
commit d888350fac
6 changed files with 6 additions and 12 deletions

View File

@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates accelerometer bias data from received buffer.
* @note The bias buffer must have the same length of the
* the accelerometer axes number. Bias must be computed on
* raw data and is a signed integer.
* the accelerometer axes number.
*
*
* @param[in] ip pointer to a @p BaseAccelerometer class.

View File

@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates barometer bias data from received buffer.
* @note The bias buffer must have the same length of the
* the barometer channels number. Bias must be computed on
* raw data and is a signed integer.
* the barometer channels number.
*
* @param[in] ip pointer to a @p BaseBarometer class.
* @param[in] bp pointer to a buffer of bias values.

View File

@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates compass bias data from received buffer.
* @note The bias buffer must have the same length of the
* the compass axes number. Bias must be computed on
* raw data and is a signed integer.
* the compass axes number.
*
* @param[in] ip pointer to a @p BaseCompass class.
* @param[in] bp pointer to a buffer of bias values.

View File

@ -158,8 +158,7 @@ typedef struct {
/**
* @brief Updates gyroscope bias data from received buffer.
* @note The bias buffer must have the same length of the
* the gyroscope axes number. Bias must be computed on
* raw data and is a signed integer.
* the gyroscope axes number.
*
* @param[in] ip pointer to a @p BaseGyroscope class.
* @param[in] bp pointer to a buffer of bias values.

View File

@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates hygrometer bias data from received buffer.
* @note The bias buffer must have the same length of the
* the hygrometer channels number. Bias must be computed on
* raw data and is a signed integer.
* the hygrometer channels number.
*
* @param[in] ip pointer to a @p BaseHygrometer class.
* @param[in] bp pointer to a buffer of bias values.

View File

@ -138,8 +138,7 @@ typedef struct {
/**
* @brief Updates thermometer bias data from received buffer.
* @note The bias buffer must have the same length of the
* the thermometer channels number. Bias must be computed on
* raw data and is a signed integer.
* the thermometer channels number.
*
* @param[in] ip pointer to a @p BaseThermometer class.
* @param[in] bp pointer to a buffer of bias values.