mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
7 lines
162 B
Python
7 lines
162 B
Python
freeze("$(PORT_DIR)/modules/$(MCU_CORE)")
|
|
include("$(MPY_DIR)/extmod/asyncio")
|
|
require("dht")
|
|
require("neopixel")
|
|
require("onewire")
|
|
require("bundle-networking")
|