module documentation

Error code checker for Stick firmware

Function check_code Checks error codes
Variable err_db Undocumented
def check_code(code: int | str) -> str:

Checks error codes Args: code (int | str): Error code Returns: str: Human readable error code

err_db: dict[str, str] =

Undocumented