Skip to content

release-0.4

Compare
Choose a tag to compare
@waveform80 waveform80 released this 03 Oct 13:52
· 24 commits to main since this release
release-0.4
  • 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.