-
Notifications
You must be signed in to change notification settings - Fork 56
ble_hid_periph.py does not work for me #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like the change to support the argument was reverted. Anyone knows why? |
Oops! I tested with a version I had changed. Here is a WIP branch: https://github.com/tannewt/Adafruit_CircuitPython_HID/tree/pass_in_devices I'll test it after lunch and then make a PR if it all looks good. Thanks for filing an issue! |
PR pending here: adafruit/Adafruit_CircuitPython_HID#43 |
Confirmed ble_hid_periph.py works with it as well. |
Great let me check that on the weekend :-) |
This is fixed by adafruit/Adafruit_CircuitPython_HID#43 |
https://github.com/adafruit/Adafruit_CircuitPython_BLE/blob/master/examples/ble_hid_periph.py
does not work for me because the Keyboard constructor does not expect an argument.
I checked the library and it does not seem to be support that argument.
Anything I'm missing here?
The text was updated successfully, but these errors were encountered: