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.
|
|
|
# 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, the developementversion is needed:
|
|
|
|
|
|
|
|
~~~
|
|
|
|
pip install https://github.com/pyinstaller/pyinstaller/tarball/develop
|
|
|
|
~~~
|
|
|
|
|
|
|
|
But I found out that Pyintaller and multiprocessing on windows don't mix well.
|
|
|
|
Even after some research and trying the [recipie from the pyinstaller wiki][1]
|
|
|
|
it just won't work.
|
|
|
|
|
|
|
|
I will try to investigate further, if I find the time for it [...]
|
|
|
|
|
|
|
|
[1]: https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Multiprocessing
|