analogdevicesinc / TMC-API

TRINAMIC's IC API
MIT License
188 stars 83 forks source link

Add extern "C" wrappers around all high-level API C functions #47

Open Tectu opened 10 months ago

Tectu commented 10 months ago

This change allows to call the various high-level API C function from C++ code. This change is transparent to any C language consumers.

I tried my best to keep the various formatting styles with indentation, empty lines and line endings consistent.