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

Fixing issue where using alt name for the XIO would cause a segfault when speficying the pin as an input. This will close #62

This commit is contained in:
Robert Wolterman
2017-03-06 17:08:05 -06:00
parent dcd8ea6f40
commit 4da0812acd
7 changed files with 19 additions and 8 deletions

View File

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