added command line options

added reset and pwm frequency methods
This commit is contained in:
Giovanni Harting
2015-09-12 20:48:43 +02:00
parent d6f198201d
commit 1623bba1fe
6 changed files with 223 additions and 91 deletions

View File

@@ -21,10 +21,10 @@ setup(name='LedD',
description='Providing control for led stripes.',
url='https://github.com/LED-Freaks/LedD',
author='IdleGandalf, Lauch',
author_email='539@idlegandalf.com',
author_email='ledd@idlegandalf.com',
license='GPLv3',
packages=['ledd'],
install_requires=[
'nose', 'spectra',
'nose', 'spectra', 'docopt',
],
zip_safe=False)