10 changed files with 1029 additions and 920 deletions
-
66APP/main.c
-
11APP/service/human_computer_interaction_service.c
-
14APP/service/human_computer_interaction_service.h
-
17APP/service/light_control_service.h
-
12APP/service/ozone_control_service.c
-
9APP/service/thisdevice.h
-
1APP/state_machine.c
-
1520project_ozone/Listings/project_o.map
-
67project_ozone/project_o.uvgui.zel
@ -0,0 +1,14 @@ |
|||
#pragma once |
|||
// |
|||
#include <stdbool.h> |
|||
#include <stdint.h> |
|||
|
|||
#include "service/thisdevice.h" |
|||
|
|||
/** |
|||
* @brief |
|||
* 主要负责人机交互相关控制,例如灯光控制。 |
|||
*/ |
|||
void hcis_active_input(active_input_t input); |
|||
bool hcis_input_is_active(active_input_t input); |
|||
void hcis_shcedule(); |
@ -1,17 +0,0 @@ |
|||
#pragma once |
|||
// |
|||
#include <stdbool.h> |
|||
#include <stdint.h> |
|||
|
|||
#include "service/thisdevice.h" |
|||
|
|||
void lcs_active_input(active_input_t input); |
|||
bool lcs_input_is_active(active_input_t input); |
|||
|
|||
/*********************************************************************************************************************** |
|||
* =====================================================ErrorPage===================================================== * |
|||
***********************************************************************************************************************/ |
|||
void lcs_error_light__set_error(int errorNum); |
|||
void lcs_error_light__clear_error(int errorNum); |
|||
// |
|||
void lcs_shcedule(); |
1520
project_ozone/Listings/project_o.map
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
67
project_ozone/project_o.uvgui.zel
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue