Including the uasyncio scripts and the drivers for DHT, DS18x20 and onewire. The uasyncio scripts need about 8k of flash and are not included for the SAMD21 boards by default.
6 lines
133 B
Python
6 lines
133 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
include("$(MPY_DIR)/extmod/uasyncio")
|
|
require("onewire")
|
|
require("ds18x20")
|
|
require("dht")
|