Skip to content
Snippets Groups Projects
Select Git revision
  • eb101a2701e5e2159e82a24aedad8911104ef9be
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

README.md

Blame
  • 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)