new pms1003 lib is not complish
Diff: pms1003.h
- Revision:
- 3:70716611bacf
- Parent:
- 2:b78c3e2583fa
--- a/pms1003.h Mon Aug 28 13:23:45 2017 +0000 +++ b/pms1003.h Thu Sep 07 15:31:29 2017 +0000 @@ -5,14 +5,9 @@ class PMS1003 { public: - //void processData(int *PM1, int *PM25, int *PM10); void pmProcess(Serial &serial); - int getPM1(); int getPM25(); - int getPM10(); private: - int pm1; int pm25; - int pm10; }; #endif \ No newline at end of file