Skip to content

Commit 70e78e0

Browse files
authored
Issue 23 (#24)
Add support for Pi4 - use rppal 0.12.0
1 parent 1d8c1ac commit 70e78e0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
* Support for Raspberry Pi 4
6+
7+
- upgraded [rppal](https://github.com/golemparts/rppal/) to `0.12.0`. See [Issue #12](https://github.com/rahul-thakoor/rust_gpiozero/issues/23)
8+
39
## 0.2.0
410
`rust_gpiozero` now uses [rppal](https://github.com/golemparts/rppal/) for gpio access
511

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_gpiozero"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Rahul Thakoor <[email protected]>"]
55
repository = "https://github.com/rahul-thakoor/rust_gpiozero.git"
66
homepage = "https://github.com/rahul-thakoor/rust_gpiozero.git"
@@ -15,7 +15,7 @@ edition = "2018"
1515

1616

1717
[dependencies]
18-
rppal = "0.11.1"
18+
rppal = "0.12.0"
1919

2020
[badges]
2121
travis-ci = { repository = "rahul-thakoor/rust_gpiozero", branch = "master" }

0 commit comments

Comments
 (0)