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

Pull Request #12 fixes for Issue #10.

This commit is contained in:
Robert Wolterman
2016-07-19 21:03:40 -05:00
parent 01347416ab
commit 4f6acf4676
11 changed files with 59 additions and 53 deletions

View File

@ -1,6 +1,6 @@
try:
from overlays import builder
#builder.compile()
builder.compile()
builder.copy()
except:
pass
@ -20,7 +20,7 @@ classifiers = ['Development Status :: 3 - Alpha',
'Topic :: System :: Hardware']
setup(name = 'CHIP_IO',
version = '0.2.0',
version = '0.2.1',
author = 'Robert Wolterman',
author_email = 'robert.wolterman@gmail.com',
description = 'A module to control CHIP IO channels',