mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
17 lines
228 B
Python
17 lines
228 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Networking
|
|
require("bundle-networking")
|
|
|
|
# Drivers
|
|
require("lsm6dsox")
|
|
require("espflash")
|
|
|
|
# Utils
|
|
require("time")
|
|
require("senml")
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|