diff options
Diffstat (limited to 'stmhal/pybstdio.h')
-rw-r--r-- | stmhal/pybstdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/pybstdio.h b/stmhal/pybstdio.h new file mode 100644 index 0000000000..7e10fc8658 --- /dev/null +++ b/stmhal/pybstdio.h @@ -0,0 +1,3 @@ +void stdout_tx_str(const char *str); +void stdout_tx_strn(const char *str, uint len); +int stdin_rx_chr(void); |