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.
Diff: LPS25HB.cpp
- Revision:
- 3:c35a7ddc6772
- Parent:
- 2:93928d7d5c71
diff -r 93928d7d5c71 -r c35a7ddc6772 LPS25HB.cpp
--- a/LPS25HB.cpp Mon Jun 10 15:03:25 2019 +0000
+++ b/LPS25HB.cpp Fri Jun 14 12:45:08 2019 +0000
@@ -1,6 +1,6 @@
/**
* @brief LPS25HB.cpp
- * @details Capacitive digital sensor for relative humidity and temperature.
+ * @details MEMS pressure sensor: 260-1260 hPa absolute digital output barometer.
* Function file.
*
*
@@ -11,14 +11,14 @@
* @version 10/June/2019 The ORIGIN
* @pre N/A.
* @warning N/A
- * @pre This code belongs to AqueronteBlog ( http://unbarquero.blogspot.com ). All rights reserved.
+ * @pre This code belongs to AqueronteBlog ( http://unbarquero.blogspot.com ).
*/
#include "LPS25HB.h"
LPS25HB::LPS25HB ( PinName sda, PinName scl, uint32_t addr, uint32_t freq )
- : _i2c ( sda, scl )
+ : _i2c ( sda, scl )
, _LPS25HB_Addr ( addr )
{
_i2c.frequency( freq );