mirror of
https://github.com/micropython/micropython.git
synced 2026-01-15 08:27:15 +01:00
readline_process_char() can be fed character by character, for example, received from external event loop. This will allow to integrate MicroPython into cooperative multitasking systems.