Working on the terminal...

This commit is contained in:
2021-12-05 10:16:37 +01:00
parent 9e547e7292
commit fe9220bb39
6 changed files with 99 additions and 28 deletions

View File

@@ -158,6 +158,7 @@ const char* tostr(int val);
void debugchr(const uint8_t chr);
void debug(const char *str);
void pdebug();
void debug_get_cmd();
uint8_t ascii(const char *str, uint8_t index);