mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
859d587afd
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>
7 lines
138 B
Makefile
7 lines
138 B
Makefile
USEMODULE += boards_common_atmega
|
|
USEMODULE += atmega_pcint0
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|