mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-16 02:02:11 +02:00
7 lines
99 B
C
7 lines
99 B
C
![]() |
#ifndef _PMS_UTILS_H_
|
||
|
#define _PMS_UTILS_H_
|
||
|
|
||
|
int pm25ToAQI(int pm02);
|
||
|
|
||
|
#endif /** _PMS_UTILS_H_ */
|