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
668 B
17 lines
668 B
#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();
|