mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
This change enables `sys.stdin`, `sys.stdout` and `sys.stderr` objects. They are useful for general IO, and also help with testing zephyr boards. Signed-off-by: Damien George <damien@micropython.org>