New console system WIP
This commit is contained in:
4
ascii.h
4
ascii.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user