You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
319 B
15 lines
319 B
APPLICATION = driver_mq3 |
|
include ../Makefile.tests_common |
|
|
|
FEATURES_REQUIRED = periph_adc |
|
|
|
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
|
|
|