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

@ -20,7 +20,7 @@ classifiers = ['Development Status :: 3 - Alpha',
'Topic :: System :: Hardware']
setup(name = 'CHIP_IO',
version = '0.1.0',
version = '0.1.1',
author = 'Robert Wolterman',
author_email = 'robert.wolterman@gmail.com',
description = 'A module to control CHIP IO channels',