Skip to content
Snippets Groups Projects
Verified Commit 1dff67b6 authored by rahix's avatar rahix
Browse files

feat(pycardium): Enable input() builtin


Enable the input() builtin which allows reading from the serial console.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 6c48ac94
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ int mp_hal_trng_read_int(void);
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_BUILTINS_INPUT (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UJSON (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment