PinHeader are all command headers used in PinPacket.
More...
|
def | __new__ (cls, value, doc=None) |
| overwrite to enable doc strings for enum elements as second argument. More...
|
|
PinHeader are all command headers used in PinPacket.
the description explains the function of the individual commands.
Definition at line 277 of file header.py.
◆ __new__()
def __new__ |
( |
|
cls, |
|
|
|
value, |
|
|
|
doc = None |
|
) |
| |
overwrite to enable doc strings for enum elements as second argument.
Definition at line 283 of file header.py.
◆ IN_PIN
Initial value:= 10, """
send a modify output pin command
uses pin
- pin is the pin number
- value is 0 or 1 for low or high
"""
Definition at line 293 of file header.py.
◆ IN_PIN_READ
Initial value:= 11, """
send a read input pin command
uses pin
- pin is the pin number
- value is ignored
"""
Definition at line 300 of file header.py.
◆ OUT_PIN_HIGH
Initial value:= 111, """
After a input pin change this records the change
uses pin
- exec_time the time the change occured
- pin the pin id
- value the new state
"""
Definition at line 315 of file header.py.
◆ OUT_PIN_LOW
Initial value:= 110, """
After a input pin change this records the change
uses pin
- exec_time the time the change occured
- pin the pin id
- value the new state
"""
Definition at line 307 of file header.py.
The documentation for this class was generated from the following file: