You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
c9fd6645b0
Adds readline_init() to clear readline history on soft reset. Addresses issue #387.
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);
|