kopia lustrzana https://github.com/micropython/micropython
3 wiersze
96 B
C
3 wiersze
96 B
C
|
#define mp_hal_stdin_rx_chr() (0)
|
||
|
#define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))
|