Code editor WIP

This commit is contained in:
2021-12-15 19:24:56 +01:00
parent 11bb1b5283
commit 9b1573be9d
4 changed files with 153 additions and 7 deletions

View File

@@ -128,6 +128,8 @@
#define COLOR_WHITE 15
void loop();
void execute_run();
const char* get_filename();
void cls(uint8_t value=32);