mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-17 18:52:07 +02:00
move pm25ToAQI
into PMSUtils
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
#define _AIR_GRADIENT_PMS5003_H_
|
||||
|
||||
#include "../Main/BoardDef.h"
|
||||
#include "Stream.h"
|
||||
#include "PMS.h"
|
||||
#include "Stream.h"
|
||||
|
||||
/**
|
||||
* @brief The class define how to handle PMS5003 sensor bas on @ref PMS class
|
||||
@ -41,6 +41,5 @@ private:
|
||||
|
||||
bool begin(void);
|
||||
bool isBegin(void);
|
||||
int pm25ToAQI(int pm02);
|
||||
};
|
||||
#endif /** _AIR_GRADIENT_PMS5003_H_ */
|
||||
|
Reference in New Issue
Block a user