fix led bar button test not work on power up

This commit is contained in:
Phat Nguyen
2024-05-01 21:02:57 +07:00
parent d40b1d37a8
commit 221730160b
4 changed files with 26 additions and 13 deletions

View File

@ -28,6 +28,7 @@ private:
void pm25handleLeds(void);
void co2Calibration(void);
void ledBarTest(void);
void ledBarPowerUpTest(void);
void ledBarRunTest(void);
void runLedTest(char color);
@ -49,6 +50,7 @@ public:
AgStateMachineState getLedState(void);
void executeCo2Calibration(void);
void executeLedBarTest(void);
void executeLedBarPowerUpTest(void);
};
#endif /** _AG_STATE_MACHINE_H_ */