We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6e6a3 commit 6d0fc97Copy full SHA for 6d0fc97
README.md
@@ -1,3 +1,14 @@
1
# pico-servo
2
3
-## Not working quite yet... :(
+A simple C library for controlling servos using a Raspberry Pi Pico
4
+
5
+## How to Build
6
+`mkdir build && cd build`<br>
7
+`cmake .. && make`
8
9
+Note that PICO_SDK_PATH must point to where your SDK is installed.
10
11
+## How to Use
12
13
+`#include "pico_servo.h"` In your code.<br>
14
+pass `-lpico-servo` when compiling
0 commit comments