micropython/lib/mp-readline
Paul Sokolovsky 3f9f9cac75 lib/mp-readline: Refactor to support coroutine/event-driven usage.
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.
2015-01-12 04:36:57 +02:00
..
readline.c lib/mp-readline: Refactor to support coroutine/event-driven usage. 2015-01-12 04:36:57 +02:00
readline.h lib/mp-readline: Refactor to support coroutine/event-driven usage. 2015-01-12 04:36:57 +02:00