-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPIO able to be controlled by pin sysfs number like RPi.GPIO, close #65
- Loading branch information
1 parent
e3a077b
commit e7db735
Showing
9 changed files
with
231 additions
and
40 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
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
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,7 +1,13 @@ | ||
chip-io (0.7.0-1) unstable; urgency=low | ||
|
||
* Added ability to specify GPIO only as a number, this doesn't work for PWM/SPWM/LRADC/SERVO | ||
|
||
-- Robert Wolterman <[email protected]> Wed, 13 Sep 2017 09:51:00 -0600 | ||
|
||
chip-io (0.6.2-1) unstable; urgency=low | ||
|
||
* Implementation for #77 - ability to push up binary pypi | ||
* Implementation for #75 - wait_for_edge timeout | ||
* Implementation for number 77 ability to push up binary pypi | ||
* Implementation for number 75 wait for edge timeout | ||
|
||
-- Robert Wolterman <[email protected]> Sun, 03 Sep 2017 21:34:00 -0600 | ||
|
||
|
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,2 +1,2 @@ | ||
python-chip-io_0.6.1-1_armhf.deb python optional | ||
python3-chip-io_0.6.1-1_armhf.deb python optional | ||
python-chip-io_0.7.0-1_armhf.deb python optional | ||
python3-chip-io_0.7.0-1_armhf.deb python optional |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
'Topic :: System :: Hardware'] | ||
|
||
setup(name = 'CHIP_IO', | ||
version = '0.6.2', | ||
version = '0.7.0', | ||
author = 'Robert Wolterman', | ||
author_email = '[email protected]', | ||
description = 'A module to control CHIP IO channels', | ||
|
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
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
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
Oops, something went wrong.