New class and New example

This commit is contained in:
shrkey
2016-02-21 20:13:16 +00:00
parent c2b05aeb22
commit 6c9d55a309
4 changed files with 236 additions and 556 deletions

View File

@@ -1,14 +0,0 @@
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
setup(name = 'Adafruit_MotorHAT',
version = '1.3.0',
author = 'Limor Fried',
author_email = 'support@adafruit.com',
description = 'Library for Adafruit Motor HAT',
license = 'MIT',
url = 'https://github.com/adafruit/Adafruit_Python_MotorHAT/',
dependency_links = ['https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.7'],
install_requires = ['Adafruit-GPIO>=0.7'],
packages = find_packages())