C/c++ class for ssc32 :?:

Hello folks,

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.

Hyundo

:open_mouth:

If it exists I’d also be interested in it.

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”?

They are kind of like functions, but once you write em any of your programs can access and use instances of them.