1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 12:53:22 +00:00

GPIO able to be controlled by pin sysfs number like RPi.GPIO, close #65

This commit is contained in:
Robert Wolterman
2017-09-13 10:35:32 -05:00
parent e3a077bf82
commit e7db735a2f
9 changed files with 231 additions and 40 deletions

10
debian/changelog vendored
View File

@ -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 <robert.wolterman@gmail.com> 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 <robert.wolterman@gmail.com> Sun, 03 Sep 2017 21:34:00 -0600

4
debian/files vendored
View File

@ -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