We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217358 commit c3117ecCopy full SHA for c3117ec
micropython/usb/usb-device-hid/usb/device/hid.py
@@ -86,6 +86,8 @@ def __init__(
86
# - protocol can be set to a specific value as per HID v1.11 section 4.3 Protocols, p9.
87
#
88
# - interface_str is an optional string descriptor to associate with the HID USB interface.
89
+ #
90
+ # - binterval this is the polling rate the device will request the host use in milliseconds.
91
super().__init__()
92
self.report_descriptor = report_descriptor
93
self.extra_descriptors = extra_descriptors
0 commit comments