Add simple two DC motor robot class and example.

This commit is contained in:
Tony DiCola
2016-01-08 09:11:16 +00:00
parent 70e6bd7ed8
commit 75fef4095e
3 changed files with 186 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ use_setuptools()
from setuptools import setup, find_packages
setup(name = 'Adafruit_MotorHAT',
version = '1.2.0',
version = '1.3.0',
author = 'Limor Fried',
author_email = 'support@adafruit.com',
description = 'Library for Adafruit Motor HAT',