/pico-servo

A simple C library for controlling servos using a Raspberry Pi Pico

Primary LanguageCMIT LicenseMIT

pico-servo

A simple C library for controlling servos using a Raspberry Pi Pico
This is still a work-in-progress!

How to Build

mkdir build && cd build
cmake .. && make

Note that PICO_SDK_PATH must point to where your SDK is installed.

How to Use

#include "pico_servo.h" In your code.
pass -lpico-servo when compiling