New console system WIP

This commit is contained in:
2021-12-14 12:42:09 +01:00
parent 3979588f85
commit 63ca77e3e6
4 changed files with 92 additions and 45 deletions

View File

@@ -159,8 +159,10 @@ const char* tostr(float val);
void debugchr(const uint8_t chr);
void debug(const char *str);
void pdebug();
//void pdebug();
void debug_get_cmd();
void next_cmd();
void prev_cmd();
uint8_t ascii(const char *str, uint8_t index);
const char* chr(uint8_t ascii);