qmd is an ESP-IDF component designed to simplify the control of DC motors and servo motors using the MCPWM peripheral. It can operate 12 PWM channels parallely.
- Easy integration with ESP-IDF
- Supports DC motor speed and direction control
- Supports servo motor position control
- Optimized for ESP32’s MCPWM module
- Clone this repository into your ESP-IDF project’s
componentsdirectory:git clone https://github.com/shvass/qmd.git components/qmd
- Build and flash your ESP-IDF project.
Include the header in your code:
#include "qmd.hpp"Let me know if you need any modifications! 🚀