This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
630b14b322
RIOT
/
tests
/
drivers
/
ds3234
/
Makefile
6 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
tests/drivers: move all driver tests into own folder
2023-03-30 16:12:49 +02:00
i
n
c
l
u
d
e
.
.
/
M
a
k
e
f
i
l
e
.
d
r
i
v
e
r
s
_
c
o
m
m
o
n
drivers/ds3234: Minimal driver for DS3234 extremely accurate RTC This driver currently only supports the SPI connected DS3234, and only for initializing 1 Hz square wave output on the SQW pin, nothing else.
2018-08-23 22:58:39 +02:00
USEMODULE
+=
ds3234
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c
l
u
d
e
Copy Permalink