1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/atmega328p-xplained-mini/Makefile.dep
Gerson Fernando Budke 859d587afd
boards/atmega328p-xplained-mini: Add BTN0 and LED0
The board have one user button and a user led but are not enabled.
This add necessary support to use the button and the led. It include
the configs to use with SAUL and button interrupt.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2023-12-01 14:12:24 +01:00

7 lines
138 B
Makefile

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