Mbed library for SPS30 i2c communication (Configured to be interfaced with TresidderOS) Inherits members and methods from SensorDriver class

Dependents:   SPS30_TEST

Revision:
7:4152825938bf
Parent:
6:83ed80f27fff
Child:
8:f6b216228067
diff -r 83ed80f27fff -r 4152825938bf sps30.h
--- a/sps30.h	Tue Mar 12 03:26:29 2019 +0000
+++ b/sps30.h	Tue Mar 12 08:25:10 2019 +0000
@@ -41,7 +41,7 @@
 public:
     enum SPSError {
         SPSNOERROR,         //all ok
-        SPSISREADY,         //ready ststus register
+        SPSISREADY,         //ready status register
         SPSNOACKERROR,      //no I2C ACK error
         SPSCRCERROR,        //CRC error, any
     };