Saving work

This commit is contained in:
Phat Nguyen
2024-09-21 13:06:01 +07:00
parent ca5fc8d65b
commit 20245f2110
7 changed files with 145 additions and 95 deletions

View File

@ -24,6 +24,7 @@ public:
static int getInvalidPmValue(void);
static int getInvalidNOx(void);
static int getInvalidVOC(void);
static float degreeC_To_F(float t);
};