Blame view

RIOT/tests/driver_hdc1000/Makefile 191 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
  APPLICATION = driver_hdc1000
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_i2c
  
  USEMODULE += hdc1000
  USEMODULE += xtimer
  USEMODULE += fmt
  
  include $(RIOTBASE)/Makefile.include