Skip to content

Commit b5d760c

Browse files
auscompgeekvirtuald
authored andcommitted
wpilib: Add new in 2025 PWM motor controllers
1 parent c14a487 commit b5d760c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ LiveWindow = "frc/livewindow/LiveWindow.h"
183183
# frc/motorcontrol
184184
DMC60 = "frc/motorcontrol/DMC60.h"
185185
Jaguar = "frc/motorcontrol/Jaguar.h"
186+
Koors40 = "frc/motorcontrol/Koors40.h"
186187
MotorControllerGroup = "rpy/MotorControllerGroup.h"
187188
NidecBrushless = "frc/motorcontrol/NidecBrushless.h"
188189
PWMMotorController = "frc/motorcontrol/PWMMotorController.h"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
3+
classes:
4+
frc::Koors40:
5+
methods:
6+
Koors40:

0 commit comments

Comments
 (0)