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

Dependents:   SPS30_TEST

History

added test cases; added timeout counter for data not ready default tip

2019-03-28, by ziqiyap [Thu, 28 Mar 2019 01:14:03 +0000] rev 10

added test cases; added timeout counter for data not ready


sps30 interfaced with sensordriver

2019-03-27, by ziqiyap [Wed, 27 Mar 2019 06:04:36 +0000] rev 9

sps30 interfaced with sensordriver


changed naming from sps30 to Sps30; created new higher functioning public API that can be accessed by sensor_driver

2019-03-15, by ziqiyap [Fri, 15 Mar 2019 06:52:32 +0000] rev 8

changed naming from sps30 to Sps30; created new higher functioning public API that can be accessed by sensor_driver


fixed minor comment typo

2019-03-12, by ziqiyap [Tue, 12 Mar 2019 08:25:10 +0000] rev 7

fixed minor comment typo


Changed enum naming standard to all caps

2019-03-12, by ziqiyap [Tue, 12 Mar 2019 03:26:29 +0000] rev 6

Changed enum naming standard to all caps


removed unnecessary return SPSisReady line from GetReadyStatus

2019-03-08, by ziqiyap [Fri, 08 Mar 2019 01:33:37 +0000] rev 5

removed unnecessary return SPSisReady line from GetReadyStatus


removed magical number from lines 25, 26 and placed it as defined constant SPS 30_STRT_MEAS_WRITE_DATA; edited function headers to follow the standardized c++ coding style;

2019-03-06, by ziqiyap [Wed, 06 Mar 2019 02:22:52 +0000] rev 4

removed magical number from lines 25, 26 and placed it as defined constant SPS 30_STRT_MEAS_WRITE_DATA; edited function headers to follow the standardized c++ coding style;


added author header in sps30.h

2019-03-05, by ziqiyap [Tue, 05 Mar 2019 07:04:37 +0000] rev 3

added author header in sps30.h


added auto clean and manual clean class methods

2019-03-05, by ziqiyap [Tue, 05 Mar 2019 07:01:55 +0000] rev 2

added auto clean and manual clean class methods


changed i2c address to reflect left-shifted address

2019-03-05, by ziqiyap [Tue, 05 Mar 2019 03:05:33 +0000] rev 1

changed i2c address to reflect left-shifted address