mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
5 lines
193 B
Python
5 lines
193 B
Python
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|
|
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
|
|
freeze("$(MPY_DIR)/drivers/onewire", "onewire.py")
|
|
freeze("$(MPY_DIR)/drivers/sdcard", "sdcard.py")
|