mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02: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.