Skip to content

Releases: waveform80/rpi-lgpio

release-0.6

11 May 16:06
release-0.6
Compare
Choose a tag to compare
  • Use a smarter algorithm for determining the gpiochip device to open (#10)
  • Add a minimum compatible version to the lgpio dependency

release-0.5

12 Apr 22:50
release-0.5
Compare
Choose a tag to compare
  • 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)

release-0.4

03 Oct 13:52
release-0.4
Compare
Choose a tag to compare
  • Add compatibility with Raspberry Pi 5 (auto-selection of correct gpiochip device)
  • Add ability to override gpiochip selection; see gpio_chip
  • Convert bouncetime -666 to None (bug compatibility, which also ensures this should work with GPIO Zero's rpigpio pin driver)
  • Fix pull_up_down default on setup
  • Fix changing pull_up_down of already-acquired input
  • Ensure PWM.stop is idempotent

At this point the library should be relatively useful as a drop-in replacement for RPi.GPIO.

release-0.3

14 Oct 15:56
release-0.3
Compare
Choose a tag to compare
release-0.3 Pre-release
Pre-release
  • Permit override of Pi revision code
  • Document alternate pin modes in "Differences"

release-0.2

14 Oct 15:54
release-0.2
Compare
Choose a tag to compare
release-0.2 Pre-release
Pre-release

Another alpha-quality test release.

release-0.1

14 Oct 13:33
release-0.1
Compare
Choose a tag to compare
release-0.1 Pre-release
Pre-release

An alpha-quality testing release.