task setup

This commit is contained in:
2024-05-18 02:46:47 +02:00
parent 3869b31b03
commit e995e1bd01
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef LIGHT_STATE_H
#define LIGHT_STATE_H
// Function to start the LightStateTask
void LightStateTask_start();
#endif // LIGHT_STATE_H