Rpi-lgpio

Latest version: v0.6

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

Scan your dependencies

0.6

========================

* Use a smarter algorithm for determining the gpiochip device to open (`10`_)
* Add a minimum compatible version to the lgpio dependency

.. _10: https://github.com/waveform80/rpi-lgpio/issues/10

0.5

========================

* Fix setting pull on GPIO2 & 3 (`8`_)
* Added some bits to the Differences chapter on determining which GPIOs are
reserved
* Added more information on the supported models of Raspberry Pi (`6`_)

.. _6: https://github.com/waveform80/rpi-lgpio/issues/6
.. _8: https://github.com/waveform80/rpi-lgpio/pull/8

0.4

========================

* Add compatibility with Raspberry Pi 5 (auto-selection of correct gpiochip
device)
* Add ability to override gpiochip selection; see :ref:`gpio_chip`
* Convert bouncetime -666 to :data:`None` (bug compatibility, which also
ensures this should work with GPIO Zero's rpigpio pin driver)
* Fix ``pull_up_down`` default on :func:`setup`
* Fix changing ``pull_up_down`` of already-acquired input
* Ensure :meth:`PWM.stop` is idempotent

0.3

========================

* Permit override of Pi revision code; see :ref:`revision`
* Document alternate pin modes in :doc:`differences`

0.2

========================

* Add support for :data:`RPI_REVISION` and :data:`RPI_INFO` globals

0.1

========================

* Initial release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.