Wiktor Kwiatkowski
Results
1
issues of
Wiktor Kwiatkowski
Currently, there is no easy way to send a full string over a UART interface. You have to send each character manually, like this: ``` char *str = "Hello World!";...