Select Git revision
-
Paul Sokolovsky authoredPaul Sokolovsky authored
To learn more about this project, read the wiki.
meson.build 435 B
python_modules = files(
'bhi160.py',
'bme680.py',
'color.py',
'htmlcolor.py',
'display.py',
'leds.py',
'max30001.py',
'pride.py',
'ledfx.py',
'simple_menu.py',
# MicroPython Standard-Library
'col_defaultdict.py',
'col_deque.py',
'collections.py',
'contextlib.py',
'functools.py',
'itertools.py',
'string.py',
'struct.py',
'ucontextlib.py',
)
frozen_modules = mpy_cross.process(python_modules)