1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/ds3231/Makefile

11 lines
210 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2020-10-19 16:02:25 +02:00
USEMODULE += ds3231
USEMODULE += xtimer
USEMODULE += shell
#USEMODULE += ds3231_int
#CFLAGS +="-DDS3231_PARAM_INT_PIN=(GPIO_PIN(1,2))"
2020-10-19 16:02:25 +02:00
include $(RIOTBASE)/Makefile.include