STMicroelectronics LPS331AP, LPS25H SPI Library. This library is base on https://developer.mbed.org/users/nyamfg/code/LPS331_I2C/

Dependents:   LPS331_SPI_Test main_SPC

Fork of LPS331_I2C by NYA Manufacturing

Revision:
6:309af2a65bd6
Parent:
5:760a5e23dc62
Child:
7:b74daa677551
--- a/LPS331_SPI.h	Thu Jul 28 10:07:39 2016 +0000
+++ b/LPS331_SPI.h	Thu Jul 28 10:29:22 2016 +0000
@@ -67,7 +67,8 @@
     ~LPS331_SPI();
 
     char whoami();
-    bool isAvailable();
+    bool isLPS331();
+    bool isLPS25H();
     
     void setResolution(char pressure_avg, char temp_avg);
     void setActive(bool is_active);