Uart working

This commit is contained in:
2024-09-15 19:29:07 +03:00
parent 419c55d807
commit cad6b45c5d
21 changed files with 1187 additions and 697 deletions

View File

@ -9,3 +9,4 @@
void print(char* str);
void int_to_str(int number, char *str, int base);
void printNumber(long int number);
void printHexBuffer(uint8_t *buffer, uint16_t size);