1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mcb2388/Makefile.dep
Benjamin Valentin 40838ee4be boards/mcb2388: add SAUL config for ADC
ADC0 is connected to a potentiometer on the board, so expose this
through SAUL.
2020-04-21 20:47:53 +02:00

5 lines
100 B
Makefile

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_adc
USEMODULE += saul_gpio
endif