Skip to content

Commit 5cffd69

Browse files
authored
Merge pull request adafruit#1291 from adafruit/sip_and_puff_update
updating sip & puff to fix the hid example
2 parents 99b9dc7 + 22d3892 commit 5cffd69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CircuitPython_Sip_and_Puff/simple_hid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from adafruit_hid.keyboard import Keyboard
22
from adafruit_hid.keycode import Keycode
3+
import usb_hid
34
import puff_detector
45

5-
kbd = Keyboard()
6+
kbd = Keyboard(usb_hid.devices)
67

78
detector = puff_detector.PuffDetector()
89

0 commit comments

Comments
 (0)