Manuel Caballero / LPS25HB

Dependents:   GB9662

Revision:
3:c35a7ddc6772
Parent:
2:93928d7d5c71
--- 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 );