Skip to content

Commit

Permalink
Merge pull request #98 from auscompgeek/reduce-wpi-recommendation
Browse files Browse the repository at this point in the history
Make WPI_* recommendation a suggestion instead
  • Loading branch information
virtuald committed Jan 29, 2019
2 parents 19524b5 + bd0e94e commit 58102e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ctre/talonsrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

class TalonSRX(BaseMotorController):
"""CTRE Talon SRX Motor Controller when used on CAN Bus.
We don't recommend using this directly. Use :class:`.WPI_TalonSRX` instead.
Consider using :class:`.WPI_TalonSRX`, which implements various WPILib interfaces.
"""

FeedbackDevice = FeedbackDevice
Expand Down
4 changes: 2 additions & 2 deletions ctre/victorspx.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

class VictorSPX(BaseMotorController):
"""VEX Victor SPX Motor Controller when used on CAN Bus.
We don't recommend using this directly. Use :class:`.WPI_VictorSPX` instead.
Consider using :class:`.WPI_VictorSPX`, which implements various WPILib interfaces.
"""

def __init__(self, deviceNumber: int) -> None:
Expand Down

0 comments on commit 58102e9

Please sign in to comment.