micropython/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

12 wiersze
212 B
Python

include("$(PORT_DIR)/boards/manifest.py")
# Networking
require("webrepl")
require("urequests")
# Drivers
require("lsm6dsox")
# Bluetooth
require("aioble", client=True, central=True, l2cap=True, security=True)