Adafruit-circuitpython-hid

Latest version: v6.1.1

Safety actively analyzes 613705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

6.1.1

What's Changed
* update conf.py; fix indentations in constructor docstrings by dhalbert in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/125


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/6.1.0...6.1.1

6.1.0

What's Changed
* Add constants for mouse back and forward by pythonmcpi in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/124

New Contributors
* pythonmcpi made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/124

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/6.0.3...6.1.0

6.0.3

Changes: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/6.0.2...6.0.3

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-hid`.

Read the [docs](https://circuitpython.readthedocs.io/projects/hid/en/latest/) for info on how to use it.

6.0.2

What's Changed
* Do not wait for USB for non-USB HID devices by dhalbert in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/122


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/6.0.1...6.0.2

6.0.1

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-hid`.

Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-hid/en/latest/) for info on how to use it.

6.0.0

Devices that use `adafruit_hid.find_device()` (including `Keyboard`, `Mouse`, and `ConsumerControl` can now wait indefinitely or with a specified timeout for USB to be ready. The default is to wait forever. This allow connected HID devices to wait as long as necessary for the host to do the enumeration. Previously, the wait was only for a second or two. This is useful for a host computer that is taking a while to boot.

What's Changed
* Fix 117: Rework host USB ready timeout by eightycc in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/118

New Contributors
* eightycc made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/118

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/5.4.0...6.0.0

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.