1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/arduino_sdi_12/Makefile.dep
2021-11-04 16:05:06 +01:00

10 lines
180 B
Makefile

FEATURES_REQUIRED += periph_gpio_irq
ifneq (,$(filter cpu_core_atmega,$(FEATURES_USED)))
USEMODULE += atmega_pcint
else
USEMODULE += cpp11-compat
endif
USEPKG += arduino_api