mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
4 lines
109 B
C
4 lines
109 B
C
void stdout_tx_str(const char *str);
|
|
void stdout_tx_strn(const char *str, uint len);
|
|
int stdin_rx_chr(void);
|