feat: add j3,j4,j5

This commit is contained in:
Leonetienne
2026-02-10 20:53:35 +01:00
parent 072875fde7
commit b92a0ca214
2 changed files with 52 additions and 13 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ class MainLoop
~MainLoop() noexcept;
AdafruitPWMBoard pwmBoard;
AdafruitServoMotor motors[3];
AdafruitServoMotor motors[6];
};