Watchdog for all RevPis, cycletools with .core/.io/.runtime, bugfix on MemIO for str()

All RevPis got .core.wd for Software-Watchdog with RevPiPyLoad
All RevPis has .core.wd_toggle() function to toggle watchdog bit
Cycletools has .core and .io attribute to be independent of rpi object
Cycletools has .runtime to get the actual runtime of function
This commit is contained in:
2020-05-03 13:43:09 +02:00
parent d54a588a78
commit a6a227e99e
7 changed files with 74 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.4.5c",
version="2.4.5d",
packages=["revpimodio2"],
python_requires="~=3.2",