Skip to content

Commit 669fdf1

Browse files
committed
1 parent ab83f75 commit 669fdf1

File tree

7 files changed

+0
-58
lines changed

7 files changed

+0
-58
lines changed

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,22 +181,17 @@ DriverStationModeThread = "frc/internal/DriverStationModeThread.h"
181181
LiveWindow = "frc/livewindow/LiveWindow.h"
182182

183183
# frc/motorcontrol
184-
DMC60 = "frc/motorcontrol/DMC60.h"
185-
Jaguar = "frc/motorcontrol/Jaguar.h"
186184
Koors40 = "frc/motorcontrol/Koors40.h"
187185
MotorControllerGroup = "rpy/MotorControllerGroup.h"
188-
NidecBrushless = "frc/motorcontrol/NidecBrushless.h"
189186
PWMMotorController = "frc/motorcontrol/PWMMotorController.h"
190187
PWMSparkFlex = "frc/motorcontrol/PWMSparkFlex.h"
191188
PWMSparkMax = "frc/motorcontrol/PWMSparkMax.h"
192189
PWMTalonFX = "frc/motorcontrol/PWMTalonFX.h"
193190
PWMTalonSRX = "frc/motorcontrol/PWMTalonSRX.h"
194191
PWMVenom = "frc/motorcontrol/PWMVenom.h"
195192
PWMVictorSPX = "frc/motorcontrol/PWMVictorSPX.h"
196-
SD540 = "frc/motorcontrol/SD540.h"
197193
Spark = "frc/motorcontrol/Spark.h"
198194
Talon = "frc/motorcontrol/Talon.h"
199-
Victor = "frc/motorcontrol/Victor.h"
200195
VictorSP = "frc/motorcontrol/VictorSP.h"
201196

202197
# frc/smartdashboard

subprojects/robotpy-wpilib/semiwrap/DMC60.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

subprojects/robotpy-wpilib/semiwrap/Jaguar.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

subprojects/robotpy-wpilib/semiwrap/NidecBrushless.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

subprojects/robotpy-wpilib/semiwrap/SD540.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

subprojects/robotpy-wpilib/semiwrap/Victor.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

subprojects/robotpy-wpilib/wpilib/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
Compressor,
3232
CompressorConfigType,
3333
Counter,
34-
DMC60,
3534
DSControlWord,
3635
DataLogManager,
3736
DigitalGlitchFilter,
@@ -47,7 +46,6 @@
4746
FieldObject2d,
4847
I2C,
4948
IterativeRobotBase,
50-
Jaguar,
5149
Joystick,
5250
Koors40,
5351
LEDPattern,
@@ -58,7 +56,6 @@
5856
MechanismRoot2d,
5957
MotorControllerGroup,
6058
MotorSafety,
61-
NidecBrushless,
6259
Notifier,
6360
PS4Controller,
6461
PS5Controller,
@@ -82,7 +79,6 @@
8279
RobotController,
8380
RobotState,
8481
RuntimeType,
85-
SD540,
8682
SPI,
8783
SendableBuilderImpl,
8884
SendableChooser,
@@ -102,7 +98,6 @@
10298
TimesliceRobot,
10399
Tracer,
104100
Ultrasonic,
105-
Victor,
106101
VictorSP,
107102
Watchdog,
108103
XboxController,

0 commit comments

Comments
 (0)