mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 17:52:08 +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_ */
|