mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-19 12:23:22 +00:00
109 lines
3.9 KiB
Plaintext
109 lines
3.9 KiB
Plaintext
chip-io (0.7.1-1) unstable; urgency=low
|
|
|
|
* Merged PR#79 and#80
|
|
* Added logging to tell user of the 1 second sleep before retry on setting gpio direction
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sun, 12 Nov 2017 07:40:00 -0600
|
|
|
|
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 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
|
|
|
|
chip-io (0.6.1-1) unstable; urgency=low
|
|
|
|
* Fixing implementation for #76
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Wed, 09 Aug 2017 23:09:00 -0600
|
|
|
|
chip-io (0.6.0-1) unstable; urgency=low
|
|
|
|
* Random comment cleanup
|
|
* Implement fix for #76
|
|
* API documentation added
|
|
* Closing #74
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Wed, 09 Aug 2017 22:50:00 -0600
|
|
|
|
chip-io (0.5.9-1) unstable; urgency=low
|
|
|
|
* Merged PR#70 to enable the underlying C code to be used properly in C based code
|
|
* Updated README to add missing pins on the CHIP Pro that are available as GPIO
|
|
* Updated README to denote pins that are available for Edge Detection
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Tue, 08 Jun 2017 20:03:00 -0600
|
|
|
|
chip-io (0.5.8-1) unstable; urgency=low
|
|
|
|
* Added 3 pins for the CHIP Pro as allowable for setting callbacks and edge
|
|
detection to close out Issue #68
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Tue, 02 May 2017 22:43:00 -0600
|
|
|
|
chip-io (0.5.7-1) unstable; urgency=low
|
|
|
|
* Added the I2S pins on the CHIP Pro as GPIO capable
|
|
* Added per PWM/SoftPWM cleanup per Issue #64
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Mon, 01 May 2017 22:47:00 -0600
|
|
|
|
chip-io (0.5.6-1) unstable; urgency=low
|
|
|
|
* Fix for Issue #63 where re-setting up a pin wasn't lining up with RPi.GPIO standards. Calling setup after the first time will now update direction.
|
|
* README updates to point out the direction() function since that was missing
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Mon, 20 Mar 2017 23:04:00 -0600
|
|
|
|
chip-io (0.5.5-1) unstable; urgency=low
|
|
|
|
* Fix for Issue #62 where using alternate name of an XIO would cause a segfault due to trying to set pull up/down resistor setting
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Mon, 6 Mar 2017 17:02:00 -0600
|
|
|
|
chip-io (0.5.4-1) unstable; urgency=low
|
|
|
|
* Re-enabled the polarity setting for PWM based upon Issue #61
|
|
* Fixed a 1 letter bug was trying to write inverted to polarity when it wants inversed (such facepalm)
|
|
* Cleaned up the polarity setting code to work when PWM is not enabled
|
|
* Fixed the unit test for pwm to verify we can set polarity
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sat, 4 Mar 2017 20:46:00 -0600
|
|
|
|
chip-io (0.5.3-1) unstable; urgency=low
|
|
|
|
* Fixes to the PWM pytest
|
|
* Added pytest for LRADC and Utilities
|
|
* Makefile updates for all the things
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sun, 26 Feb 2017 20:46:00 -0600
|
|
|
|
chip-io (0.5.2-1) unstable; urgency=low
|
|
|
|
* Updating Utilities to determine CHIP Pro better
|
|
* Updating Utilities to only run CHIP appropriate code on the CHIP and not CHIP Pro
|
|
* Updated README
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sun, 26 Feb 2017 13:56:00 -0600
|
|
|
|
chip-io (0.5.0-1) unstable; urgency=low
|
|
|
|
* CHIP Pro support for PWM1, reduced GPIO capability
|
|
* New is_chip_pro() in each of the PWM, GPIO, SoftPWM, and Servo modules
|
|
* Updated README
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sat, 25 Feb 2017 19:00:00 -0600
|
|
|
|
chip-io (0.4.0-1) unstable; urgency=low
|
|
|
|
* source package automatically created by stdeb 0.8.2
|
|
|
|
-- Robert Wolterman <robert.wolterman@gmail.com> Sat, 18 Feb 2017 23:58:48 +0000
|