Blame view

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