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:
5:760a5e23dc62
Parent:
4:af2153bce185
Child:
6:309af2a65bd6
--- a/LPS331_SPI.h	Thu Jul 28 09:49:24 2016 +0000
+++ b/LPS331_SPI.h	Thu Jul 28 10:07:39 2016 +0000
@@ -73,6 +73,8 @@
     void setActive(bool is_active);
     void setDataRate(char datarate);
 
+    void quickStart();
+
     float getPressure();
     float getTemperature();