Simplified to core Arduino

This commit is contained in:
Morten Kals
2019-05-08 00:15:23 -07:00
parent 2ab7539fed
commit 0a481c7d64
5 changed files with 47 additions and 616 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="arduino-python3",
version="0.5",
version="0.6",
install_requires=['pyserial'],
author="Morten Kals",
author_email="morten@kals.no",