You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
320 B

#pragma once
#include <stdint.h>
#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