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.

16 lines
668 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. #pragma once
  2. //
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include "service/thisdevice.h"
  6. void lcs_active_input(active_input_t input);
  7. bool lcs_input_is_active(active_input_t input);
  8. /***********************************************************************************************************************
  9. * =====================================================ErrorPage===================================================== *
  10. ***********************************************************************************************************************/
  11. void lcs_error_light__set_error(int errorNum);
  12. void lcs_error_light__clear_error(int errorNum);
  13. //
  14. void lcs_shcedule();