micropython/ports/stm32/boards/ARDUINO_GIGA/manifest.py

12 wiersze
160 B
Python

include("$(PORT_DIR)/boards/manifest.py")
# Networking
require("bundle-networking")
# Utils
require("time")
require("logging")
# Bluetooth
require("aioble")