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

Addressing Issue #1, adding the ability to set the AP-EINT1 and AP-EINT3 pins as useable for edge detection and callbacks

This commit is contained in:
Robert Wolterman
2016-04-08 21:47:42 -05:00
parent c2ab013a5d
commit 0e1cf46c4e
5 changed files with 51 additions and 17 deletions

View File

@ -1,3 +1,12 @@
0.0.7
----
* GPIO edge detection expanded to include AP-EINT1 and AP-EINT3 as those are the only other pins that support edge detection
0.0.6
----
* Initial PWM
* GPIO edge detection and callback for XIO-P0 to XIO-P7 working
0.0.4
____
* Initial Commit