micropython-lib
micropython-lib copied to clipboard
DRAFT: micropython/aiorepl: Allow passing in stream to use.
Update aiorepl to allow passing in the in/out streams to use, defaults to sys.stdin/out if not provided.
Could be used for instance to run an aiorepl over a network socket to provide a telnet like interface.
Built on top of https://github.com/micropython/micropython-lib/pull/1005
TODO testing and documentaion