mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a6f430b4b5
This driver currently only supports the SPI connected DS3234, and only for initializing 1 Hz square wave output on the SQW pin, nothing else.
6 lines
92 B
Makefile
6 lines
92 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += ds3234
|
|
|
|
include $(RIOTBASE)/Makefile.include
|