OpenIPC / motors

Various code to manage motor hardware
https://openipc.org
MIT License
23 stars 15 forks source link

Thoughts on motors api standardization #5

Closed moleus closed 1 year ago

moleus commented 1 year ago

I've read many messages related to motors or PTZ implementation from openIPC members in telegram chats and collected thoughts on api standardization in one place.

Also, my view on abstraction layers is represented in the architecture diagram. If everything is right, I'll create a common motor-wrapper.h (or different name) with standardized function-signatures which will be implemented in each wrapper (i2c-motor, xm-kmotor etc.).

Any suggestions or corrections are welcome!

flyrouter commented 1 year ago

Thank you !