Module to send commands to an Arduino based on a time table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 85984ce239 version bump to 0.1.0 7 years ago
arduino_scripts added Arduino test programm 7 years ago
arduino_timetable version bump to 0.1.0 7 years ago
.gitignore added arduino_timetable_env to .gitignore 7 years ago
CHANGES.txt version bump to 0.1.0 7 years ago
LICENSE added openpyxl to requirements 7 years ago
README.md removed Pyinstaller code 7 years ago
setup.py added apps module 7 years ago
testprogramm.xlsx added excel parsing 7 years ago

README.md

arduino-timetable

Module to send commands to an Arduino based on a time table.

Regarding Pyinstaller

As of September 2017 the Pyinstaller version on PyPi is not ready for Python 3.6 and / or multiprocessing. I stopped trying to use Pyinstaller for distribution. The experiment is still available in the pyinstaller branch.