1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 12:03:52 +01:00

10 lines
177 B
Makefile

export APPLICATION = driver_servo
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
USEMODULE += vtimer
USEMODULE += servo
include $(RIOTBASE)/Makefile.include