POVDirection
- class wpilib.POVDirection(value: SupportsInt | SupportsIndex)
Bases:
pybind11_objectA controller POV direction.
Members:
CENTER : POV center.
UP : POV up.
UP_RIGHT : POV up right.
RIGHT : POV right.
DOWN_RIGHT : POV down right.
DOWN : POV down.
DOWN_LEFT : POV down left.
LEFT : POV left.
UP_LEFT : POV up left.
- CENTER = <POVDirection.CENTER: 0>
- DOWN = <POVDirection.DOWN: 4>
- DOWN_LEFT = <POVDirection.DOWN_LEFT: 12>
- DOWN_RIGHT = <POVDirection.DOWN_RIGHT: 6>
- LEFT = <POVDirection.LEFT: 8>
- RIGHT = <POVDirection.RIGHT: 2>
- UP = <POVDirection.UP: 1>
- UP_LEFT = <POVDirection.UP_LEFT: 9>
- UP_RIGHT = <POVDirection.UP_RIGHT: 3>
- POVDirection.name -> str
- property value