Library for creating robot

Tell me which library can be used to create a heusapod robot on pca9685
Maybe there is something immediately for controlling robots, for example, like this one: GitHub - dmkyr20/spider: The simple C/C++ library for hexapod (Robot spider with 6 legs) on Arduino.

I moved your topic to an appropriate forum category @alexa562145655652555.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

I think you will have to combine the PCA9685.h and some more libraries according to the features of your robot. GitHub - NachtRaveVL/PCA9685-Arduino: Arduino Library for the PCA9685 16-Channel PWM Driver Module.