Skip to content

C++ Interface to control hobby-grade servo motors compatible with Espressif's ESP32 SoC running esp-idf

License

Notifications You must be signed in to change notification settings

ShellAddicted/ESP32Servo

Repository files navigation

ESP32Servo

C++ Interface to control hobby-grade servo motors compatible with Espressif's ESP32 SoC running esp-idf

Getting Started

NOTE: this code is not (yet) Production Ready.

You can use this as a managed-component for your project by adding the following to your idf_component.yml:

ESP32Servo:
  path: .
  git: https://github.com/ShellAddicted/ESP32Servo.git

Alternatively, you can use this as a component for your project:

mkdir components/
cd components/
git clone https://github.com/ShellAddicted/ESP32Servo.git

for more details see examples/

About

C++ Interface to control hobby-grade servo motors compatible with Espressif's ESP32 SoC running esp-idf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages