1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

adding i2s pins as gpio capable for the chip pro, code to handle per pwm/softpwm cleanup to close #64

This commit is contained in:
Robert Wolterman
2017-05-01 22:50:17 -05:00
parent 2b48571ee3
commit d4b1d8a41c
8 changed files with 67 additions and 14 deletions

View File

@ -1,3 +1,8 @@
0.5.7
---
* Added the I2S pins on the CHIP Pro as GPIO capable
* Added per PWM/SoftPWM cleanup per Issue #64
0.5.6
---
* 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.