mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +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.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.