Blame view

RIOT/tests/driver_apa102/Makefile 159 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  APPLICATION = driver_apa102
  include ../Makefile.tests_common
  
  USEMODULE += apa102
  USEMODULE += color
  USEMODULE += xtimer
  
  include $(RIOTBASE)/Makefile.include