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 573d988 commit 31e52eeCopy full SHA for 31e52ee
adafruit_hid/keyboard.py
@@ -74,7 +74,7 @@ def __init__(self, devices: Sequence[usb_hid.Device]) -> None:
74
except OSError:
75
time.sleep(1.0)
76
raise OSError("HID device init timeout.")
77
-
+
78
def press(self, *keycodes: int) -> None:
79
"""Send a report indicating that the given keys have been pressed.
80
0 commit comments