#pragma once #include #include "project_dep.h" #ifdef __cplusplus extern "C" { #endif void LightCtrlService_init(); void LightCtrlService_RedLight_setState(bool state); void LightCtrlService_BlueLight_setState(bool state); void LightCtrlService_GreenLight_setState(bool state); #ifdef __cplusplus } #endif