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 1ba9260 commit b29c453Copy full SHA for b29c453
robotpy_ext/control/xbox_controller.py
@@ -10,7 +10,8 @@ class XboxController:
10
11
Mapping based on http://www.team358.org/files/programming/ControlSystem2015-2019/images/XBoxControlMapping.jpg
12
13
- :deprecated: Use :class:`wpilib.XboxController <wpilib.xboxcontroller.XboxController>` instead
+ .. deprecated:: 2017.0.2
14
+ Use :class:`wpilib.XboxController <wpilib.xboxcontroller.XboxController>` instead.
15
'''
16
17
def __init__(self, port):
0 commit comments