Add: serial printf

This commit is contained in:
xamidev
2024-08-09 14:36:01 +02:00
parent e5d3b460b3
commit c47e29f9ed
7 changed files with 255 additions and 23 deletions

View File

@@ -40,4 +40,6 @@ int* printf_number(int* argp, int length, bool sign, int radix);
int getch();
void get_input(char *buffer, int size);
void dtostrf(double val, char *buffer, int precision);
#endif