Skip to content
Snippets Groups Projects
Commit b7cd0384 authored by wink's avatar wink
Browse files

feat(pycardium): Add micropython lib modules

binascii
functools
itertools
struct
parent 9ec8976b
Branches micro-modules
No related tags found
No related merge requests found
Pipeline #1339 passed
../../../lib/micropython/micropython-lib/binascii/binascii.py
\ No newline at end of file
../../../lib/micropython/micropython-lib/functools/functools.py
\ No newline at end of file
../../../lib/micropython/micropython-lib/itertools/itertools.py
\ No newline at end of file
python_modules = files(
'binascii.py',
'color.py',
'functools.py',
'itertools.py',
'htmlcolor.py',
'string.py',
'struct.py',
)
frozen_modules = mpy_cross.process(python_modules)
../../../lib/micropython/micropython-lib/struct/struct.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment