Mbed library for SPS30 i2c communication
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:f6b216228067 | 2019-03-15 | ziqiyap | changed naming from sps30 to Sps30; created new higher functioning public API that can be accessed by sensor_driver |
7:4152825938bf | 2019-03-12 | ziqiyap | fixed minor comment typo |
6:83ed80f27fff | 2019-03-12 | ziqiyap | Changed enum naming standard to all caps |
5:147de21156cf | 2019-03-08 | ziqiyap | removed unnecessary return SPSisReady line from GetReadyStatus |
4:7558ddc3c7d6 | 2019-03-06 | ziqiyap | 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; |
3:adeb61dd9ceb | 2019-03-05 | ziqiyap | added author header in sps30.h |
2:549bee9a4cd0 | 2019-03-05 | ziqiyap | added auto clean and manual clean class methods |
1:0078efb8903a | 2019-03-05 | ziqiyap | changed i2c address to reflect left-shifted address |
0:9221dac25d3b | 2019-03-04 | ziqiyap | created sps30 library; |