new pms1003 lib is not complish

Dependents:   FTHR_OLED

pms1003.h

Committer:
feilang
Date:
2017-09-07
Revision:
3:70716611bacf
Parent:
2:b78c3e2583fa

File content as of revision 3:70716611bacf:

#ifndef _PMS_103_H_
#define _PMS_1003_H_
#include "mbed.h"
#include "max32630fthr.h"

class PMS1003 {
public:
    void pmProcess(Serial &serial);
    int getPM25();
private:
    int pm25;
};
#endif