mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
230 B
Makefile
13 lines
230 B
Makefile
APPLICATION = driver_at30tse75x
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
|
|
USEMODULE += at30tse75x
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
|
|
CFLAGS += -DDEVELHELP
|
|
|
|
include $(RIOTBASE)/Makefile.include
|