mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
Uart working
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user