Skip to content

Commit

Permalink
Add Pi 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Sep 28, 2023
1 parent cf30cb7 commit c475002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gpio_status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ fn main() -> Result<(), Box<dyn Error>> {
| Model::RaspberryPi3B
| Model::RaspberryPi3BPlus
| Model::RaspberryPi4B
| Model::RaspberryPi5
| Model::RaspberryPiZero
| Model::RaspberryPiZeroW => print_header(&HEADER[..MAX_PINS_LONG]),
model => {
Expand Down

0 comments on commit c475002

Please sign in to comment.