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

feat(pycardium): Add ubinascii module


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 3760b6b2
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
/* Builtin function and modules */
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URANDOM (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