We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01feb4 commit 69f649cCopy full SHA for 69f649c
subprojects/robotpy-wpilib/pyproject.toml
@@ -183,6 +183,7 @@ LiveWindow = "frc/livewindow/LiveWindow.h"
183
# frc/motorcontrol
184
DMC60 = "frc/motorcontrol/DMC60.h"
185
Jaguar = "frc/motorcontrol/Jaguar.h"
186
+Koors40 = "frc/motorcontrol/Koors40.h"
187
MotorControllerGroup = "rpy/MotorControllerGroup.h"
188
NidecBrushless = "frc/motorcontrol/NidecBrushless.h"
189
PWMMotorController = "frc/motorcontrol/PWMMotorController.h"
subprojects/robotpy-wpilib/semiwrap/Koors40.yml
@@ -0,0 +1,6 @@
1
+---
2
+
3
+classes:
4
+ frc::Koors40:
5
+ methods:
6
+ Koors40:
0 commit comments