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

Some refactoring of the edge detection code to clean stuff up, added more tests

This commit is contained in:
Robert Wolterman
2016-07-11 21:14:40 -05:00
parent bff65d346d
commit ea4a21235d
5 changed files with 36 additions and 6 deletions

View File

@ -1,3 +1,9 @@
0.1.1
----
* Some refactoring of the edge detection code, made it function better
* Added Rising and Both edge detection tests to gptest.py
- Small issue with both edge triggering double pumping on first callback hit
0.1.0
----
* Fixed edge detection code, will trigger proper for callbacks now