-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libgpiod] ported sample test scripts from sysfs to libgpiod-2.1
test_all_input_pins not working, cleanup issue
- Loading branch information
1 parent
7da0dbb
commit 58fb113
Showing
11 changed files
with
337 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ dist/ | |
venv-*/ | ||
*.egg-info/ | ||
.*.swp | ||
.vscode/ | ||
.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from TI.GPIO import * | ||
|
||
VERSION = "1.3.0" | ||
VERSION = "2.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .gpio import * | ||
|
||
VERSION = "1.3.0" | ||
VERSION = "2.0.0" |
Oops, something went wrong.