1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
2025-06-27 09:28:25 +02:00

14 lines
265 B
Makefile

include ../Makefile.drivers_common
INCLUDES += -I$(APPDIR)
# include and auto-initialize all available sensors
USEMODULE += saul_default
USEMODULE += max31865
USEMODULE += ztimer
USEMODULE += ztimer_msec
USEMODULE += phydat
include $(RIOTBASE)/Makefile.include