Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Dec 10, 2024
1 parent 643eecc commit ec41c6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.22.0 (December 10, 2024)

* **Pwm**: (Breaking change) Add support for `Pwm2` and `Pwm3`.
* **Pwm**: On Raspberry Pi 5 and later models, the PWM channel mapping has changed to be consistent with sysfs numbering. `Pwm0` = GPIO12, `Pwm1` = GPIO13, `Pwm2` = GPIO18, `Pwm3` = GPIO19.
* **Pwm**: Add `with_pwmchip` to address PWM channels outside of the default configuration.

## 0.21.0 (December 10, 2024)

* Add support for Raspberry Pi Compute Module 5 Lite.
Expand Down

0 comments on commit ec41c6e

Please sign in to comment.