aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lps25h.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lps25h.h')
-rw-r--r--os/ex/ST/lps25h.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/os/ex/ST/lps25h.h b/os/ex/ST/lps25h.h
index 235e8a261..805b732da 100644
--- a/os/ex/ST/lps25h.h
+++ b/os/ex/ST/lps25h.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+
*/
/**
@@ -63,14 +63,14 @@
/**
* @brief LPS25H barometer subsystem characteristics.
- * @note Sensitivity is expressed as hPa/LSB whereas hPa stand for
+ * @note Sensitivity is expressed as hPa/LSB whereas hPa stand for
* hectopascal.
* @note Bias is expressed as hPa.
*
* @{
*/
#define LPS25H_BARO_NUMBER_OF_AXES 1U
-
+
#define LPS25H_BARO_SENS 0.00024414f
#define LPS25H_BARO_BIAS 0.0f
/** @} */
@@ -83,7 +83,7 @@
* @{
*/
#define LPS25H_THERMO_NUMBER_OF_AXES 1U
-
+
#define LPS25H_THERMO_SENS 0.00208333f
#define LPS25H_THERMO_BIAS -42.5f
/** @} */
@@ -98,7 +98,7 @@
#define LPS25H_AD(n) (1 << n)
#define LPS25H_MS (1 << 6)
#define LPS25H_RW (1 << 7)
-
+
#define LPS25H_SUB_MS (1 << 7)
/** @} */
@@ -249,7 +249,7 @@
#endif
/**
- * @brief LPS25H accelerometer subsystem advanced configurations
+ * @brief LPS25H accelerometer subsystem advanced configurations
* switch.
* @details If set to @p TRUE more configurations are available.
* @note The default is @p FALSE.
@@ -309,7 +309,7 @@ typedef struct LPS25HDriver LPS25HDriver;
typedef enum {
LPS25H_SAD_GND = 0x5C, /**< Slave Address when SA0 is to GND */
LPS25H_SAD_VCC = 0x5D /**< Slave Address when SA0 is to VCC */
-}lps25h_sad_t;
+}lps25h_sad_t;
/**
* @brief LPS25H output data rate and bandwidth.
@@ -484,7 +484,7 @@ struct LPS25HDriver {
/*===========================================================================*/
/* Driver macros. */
/*===========================================================================*/
-
+
/**
* @brief Return the number of axes of the BaseBarometer.
*