HIDDevice
- class wpilib.HIDDevice
Bases:
pybind11_objectInterface for device wrappers backed by a GenericHID.
- get_hid() wpilib._wpilib.GenericHID
Get the underlying GenericHID object.
- Returns:
the wrapped GenericHID object
Bases: pybind11_object
Interface for device wrappers backed by a GenericHID.
Get the underlying GenericHID object.
the wrapped GenericHID object