updating sip & puff to fix the hid example
This commit is contained in:
parent
99b9dc774c
commit
22d389276f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
from adafruit_hid.keyboard import Keyboard
|
||||
from adafruit_hid.keycode import Keycode
|
||||
import usb_hid
|
||||
import puff_detector
|
||||
|
||||
kbd = Keyboard()
|
||||
kbd = Keyboard(usb_hid.devices)
|
||||
|
||||
detector = puff_detector.PuffDetector()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue