Skip to content

Commit

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

## 0.19.0 (TBD)

* **Gpio**: (Breaking change) Add optional `debounce` argument to `set_interrupt` and `set_async_interrupt`.
* **Gpio**: (Breaking change) Return an `Event` struct when an interrupt is triggered, instead of `Level`.

## 0.18.0 (May 18, 2024)

* **Gpio**: (Breaking change) Add support for mode `Null` for uninitialized (FUNCSEL 31 (NULL)) pins on Raspberry Pi 5 (contributed by @lukeburong).
Expand Down

0 comments on commit 1f66a26

Please sign in to comment.