mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01: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);
|