Blame view

RIOT/tests/driver_tb6612fng/Makefile 178 Bytes
31faf16b   elopes   add a new dc moto...
1
2
3
4
5
6
7
8
9
  APPLICATION = driver_tb6612fng
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_pwm
  
  USEMODULE += xtimer
  USEMODULE += tb6612fng
  
  include $(RIOTBASE)/Makefile.include