cc9735ad6a
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
10 lines
134 B
Python
10 lines
134 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Utils
|
|
require("time")
|
|
require("senml")
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|