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
af89824cfd
RIOT
/
drivers
/
servo
/
Makefile
4 lines
51 B
Makefile
Raw
Normal View
History
Unescape
Escape
drivers/servo: reimplement with high level interface The previous servo driver didn't provide any benefit over using PWM directly, as users controlled the servo in terms of PWM duty cycles. This changes the interface to provide a high level interface that abstracts the gory PWM details. In addition, a SAUL layer and auto-initialization is provided. Co-authored-by: benpicco <benpicco@googlemail.com>
2022-08-02 22:13:45 +02:00
SUBMODULES
:=
1
drivers: added servo motor driver
2014-07-22 19:08:57 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink