mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
262 B
Makefile
13 lines
262 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += mq3
|
|
USEMODULE += xtimer
|
|
|
|
# set default device parameters in case they are undefined
|
|
MQ3_ADC_LINE ?= ADC_LINE\(0\)
|
|
|
|
# export parameters
|
|
CFLAGS += -DMQ3_ADC_LINE=$(MQ3_ADC_LINE)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|