mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
Next release
This commit is contained in:
@@ -22,7 +22,7 @@ __author__ = "Sven Sager <akira@revpimodio.org>"
|
||||
__copyright__ = "Copyright (C) 2020 Sven Sager"
|
||||
__license__ = "LGPLv3"
|
||||
__name__ = "revpimodio2"
|
||||
__version__ = "2.5.6"
|
||||
__version__ = "2.5.7"
|
||||
|
||||
# Global package values
|
||||
OFF = 0
|
||||
|
||||
@@ -199,6 +199,7 @@ class Cycletools:
|
||||
IO object.
|
||||
|
||||
:param io: IO to check for changes to last cycle
|
||||
:param edge: Check for rising or falling on bit io objects
|
||||
:return: True, if IO value changed
|
||||
"""
|
||||
if io in self.__dict_change:
|
||||
|
||||
Reference in New Issue
Block a user