mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
14 lines
522 B
Python
14 lines
522 B
Python
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "bno055.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "modbus.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "mqtt.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "mutex.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "pid.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "rpc.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "rtsp.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "ssd1306.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "tb6612.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "vl53l1x.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "lora.py")
|
|
freeze ("$(MPY_LIB_DIR)/", "urequests.py")
|