Changelog

Release 0.5 (2024-04-12)

  • 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 (2023-10-03)

  • 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

Release 0.3 (2022-10-14)

Release 0.2 (2022-10-14)

Release 0.1 (2022-10-14)

  • Initial release