mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
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
|