add other motors

This commit is contained in:
Leonetienne
2025-12-14 19:15:36 +01:00
parent bd906add53
commit 95bd2a37ae
2 changed files with 46 additions and 16 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ class MainLoop
~MainLoop() noexcept;
AdafruitPWMBoard pwmBoard;
AdafruitServoMotor m0;
AdafruitServoMotor motors[3];
};