Merge pull request #205 from airgradienthq/feature/send-pms-sensor-fw-version-to-ag-cloud

Send PMS5003T firmware version to Ag Cloud
This commit is contained in:
nick-4711
2024-08-30 10:54:36 +07:00
committed by GitHub
8 changed files with 120 additions and 2 deletions

View File

@ -32,6 +32,8 @@ public:
/** For PMS5003T*/
int16_t getTemp(void);
uint16_t getHum(void);
uint8_t getFirmwareVersion(void);
uint8_t getErrorCode(void);
int pm25ToAQI(int pm02);
int compensated(int pm25, float humidity);