Is there C or C++ class that someone made for SSC32 controller?
I know mini_ssc has one built in C by this CMU person.
I would like to know if there’s publicly available C or C++ stuff for SSC32
so I can save some time coding it myself.
The SSC-32 doesn’t require any special drivers, it just uses the serial port to receive simple ascii commands. For us non programming gurus, what’s a c++ “class”?