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.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_IKS01A1 by
Diff: Components/lps25h/lps25h.h
- Revision:
- 24:92cc9c6e4b2b
- Parent:
- 6:8d2abd695c52
--- a/Components/lps25h/lps25h.h Fri May 29 16:50:56 2015 +0200
+++ b/Components/lps25h/lps25h.h Wed Jun 03 14:57:57 2015 +0200
@@ -3,8 +3,8 @@
* @file lps25h.h
* @author MEMS Application Team
* @version V1.2.0
- * @date 28-January-2015
- * @brief This file contains definitions for the lps25h.c
+ * @date 11-February-2015
+ * @brief This file contains definitions for the lps25h.c
* firmware driver.
******************************************************************************
* @attention
@@ -45,7 +45,7 @@
#endif
/* Includes ------------------------------------------------------------------*/
-#include "../Common/pressure.h"
+#include "pressure.h"
/** @addtogroup BSP
* @{
@@ -53,8 +53,8 @@
/** @addtogroup Components
* @{
- */
-
+ */
+
/** @addtogroup LPS25H
* @{
*/
@@ -63,10 +63,10 @@
* @{
*/
#ifndef NULL
- #define NULL (void *) 0
+#define NULL (void *) 0
#endif
-
-
+
+
/******************************************************************************/
/*************************** START REGISTER MAPPING **************************/
/******************************************************************************/
@@ -402,9 +402,9 @@
/**
* @brief Multiple Byte. Mask for enabling multiple byte read/write command.
- */
-#define LPS25H_I2C_MULTIPLEBYTE_CMD ((uint8_t)0x80)
-
+ */
+#define LPS25H_I2C_MULTIPLEBYTE_CMD ((uint8_t)0x80)
+
/**
* @brief Device Address
*/
@@ -524,15 +524,17 @@
*/
/* Pressure sensor IO functions */
extern PRESSURE_StatusTypeDef LPS25H_IO_Init(void);
-extern PRESSURE_StatusTypeDef LPS25H_IO_Write(uint8_t* pBuffer, uint8_t DeviceAddr, uint8_t RegisterAddr, uint16_t NumByteToWrite);
-extern PRESSURE_StatusTypeDef LPS25H_IO_Read(uint8_t* pBuffer, uint8_t DeviceAddr, uint8_t RegisterAddr, uint16_t NumByteToRead);
+extern PRESSURE_StatusTypeDef LPS25H_IO_Write(uint8_t* pBuffer, uint8_t DeviceAddr, uint8_t RegisterAddr,
+ uint16_t NumByteToWrite);
+extern PRESSURE_StatusTypeDef LPS25H_IO_Read(uint8_t* pBuffer, uint8_t DeviceAddr, uint8_t RegisterAddr,
+ uint16_t NumByteToRead);
extern void LPS25H_IO_ITConfig( void );
/**
* @}
*/
-/* ------------------------------------------------------- */
+/* ------------------------------------------------------- */
/* Here you should declare the internal struct of */
/* extended features of LPS25H. See the example of */
/* LSM6DS3 in lsm6ds3.h */
@@ -556,7 +558,7 @@
/**
* @}
*/
-
+
/**
* @}
*/
