Makeblock Smart Servo MS-12A Programming Language

Hello,

I am attempting to use the Makeblock MS-12A Smart Servo, but I would like to use it independent of an arduino interface. Their documentation only seems to refer to their visual interface GUI, and arduino. Does anyone have knowledge of the programming language used to communicate with this servo?

Hi there @jonathan_shotwell

If the Makeblock MS-12A Smart Servo supports the Arduino IDE it means that it uses C/C++ as the programming language. You can find the C++ libraries used to control the servo here:

And you can find more information about programming the servo here: