7 lines
138 B
C
7 lines
138 B
C
#ifndef LIGHT_STATE_H
|
|
#define LIGHT_STATE_H
|
|
|
|
// Function to start the LightStateTask
|
|
void LightStateTask_start();
|
|
|
|
#endif // LIGHT_STATE_H
|