blink led to show more statuses, add internal error condition

This commit is contained in:
hamza
2024-05-20 21:36:42 +03:00
parent bfbecba2a6
commit 77078dfa41
3 changed files with 54 additions and 20 deletions

View File

@ -7,4 +7,6 @@ void status_led_init();
void status_led_state(TSState state, TSErrorKind error);
void set_led_internal_error();
#endif // INC_STATUS_LED_H