10 lines
177 B
Makefile
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
|