move pm25ToAQI into PMSUtils

This commit is contained in:
Phat Nguyen
2024-02-29 14:45:44 +07:00
parent 0bda7a1c4b
commit 351af57591
6 changed files with 40 additions and 57 deletions

6
src/PMS/PMSUtils.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _PMS_UTILS_H_
#define _PMS_UTILS_H_
int pm25ToAQI(int pm02);
#endif /** _PMS_UTILS_H_ */