Skip to content

Commit

Permalink
Add initial support for gpiochip v2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Oct 2, 2023
1 parent dd4699e commit 86f8947
Show file tree
Hide file tree
Showing 4 changed files with 930 additions and 452 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ simple-signal = "1.1.1"
default = []
hal = ["nb", "embedded-hal", "embedded-hal-nb", "embedded-hal-0", "spin_sleep", "void"]
hal-unproven = ["nb", "embedded-hal-0/unproven", "hal"]
# gpiochip v2 API support is a work in progress, and should only be used for testing purposes.
gpiochip_v2 = []
Loading

0 comments on commit 86f8947

Please sign in to comment.