mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
11 lines
210 B
Makefile
11 lines
210 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
USEMODULE += ds3231
|
|
USEMODULE += xtimer
|
|
USEMODULE += shell
|
|
|
|
#USEMODULE += ds3231_int
|
|
#CFLAGS +="-DDS3231_PARAM_INT_PIN=(GPIO_PIN(1,2))"
|
|
|
|
include $(RIOTBASE)/Makefile.include
|