The JadeRobotics Movements library provides smooth, PROGMEM-based servo animations for 8-servo SpiderBot robots.
It includes walking, rotating, posing, and action sequences optimized for Arduino boards such as the UNO, Nano, and Mega.
This library is developed and maintained by Jade Robotics
π§ Email: [email protected]
- Smooth servo interpolation for natural motion
- All movement sequences stored in PROGMEM to reduce RAM usage
- Simple API:
walkForward(),rotateLeft(),pushUpMotion(), etc. - Clean C++ library structure (
.h+.cpp) - Includes examples for quick testing
- Designed for 8-servo SpiderBot platforms