Updated sinqMotor to 1.5.2

This commit is contained in:
2025-09-17 11:25:40 +02:00
parent 670f01fbe3
commit 6f63e521c1
5 changed files with 20 additions and 4 deletions

View File

@@ -16,6 +16,13 @@ class HIDDEN masterMacsAxis : public sinqAxis {
*/
masterMacsAxis(masterMacsController *pController, int axisNo);
/**
* @brief Delete the copy and copy assignment constructors, because this
* class should not be copied (it is tied to hardware!)
*/
masterMacsAxis(const masterMacsAxis &) = delete;
masterMacsAxis &operator=(const masterMacsAxis &) = delete;
/**
* @brief Destroy the masterMacsAxis
*