pimoroni-pico/micropython/board/RPI_PICO_W/manifest.py

11 wiersze
164 B
Python

include("$(PORT_DIR)/boards/manifest.py")
require("bundle-networking")
# SD Card
require("sdcard")
# Bluetooth
require("aioble")
include("../manifest_picow.py")