mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
docstring prefire kann bei replace_io direkt mit übergeben werden
This commit is contained in:
@@ -967,6 +967,7 @@ Weitere Parameter:
|
|||||||
- delay: Verzoegerung in ms zum Ausloesen wenn Wert gleich bleibt
|
- delay: Verzoegerung in ms zum Ausloesen wenn Wert gleich bleibt
|
||||||
- edge: Event ausfuehren bei RISING, FALLING or BOTH Wertaenderung
|
- edge: Event ausfuehren bei RISING, FALLING or BOTH Wertaenderung
|
||||||
- as_thread: Fuehrt die event-Funktion als RevPiCallback-Thread aus
|
- as_thread: Fuehrt die event-Funktion als RevPiCallback-Thread aus
|
||||||
|
- prefire: Ausloesen mit aktuellem Wert, wenn mainloop startet
|
||||||
</dd>
|
</dd>
|
||||||
</dl><dl>
|
</dl><dl>
|
||||||
<dt><b>See Also:</b></dt>
|
<dt><b>See Also:</b></dt>
|
||||||
|
|||||||
@@ -920,6 +920,7 @@ class IntIOReplaceable(IntIO):
|
|||||||
- delay: Verzoegerung in ms zum Ausloesen wenn Wert gleich bleibt
|
- delay: Verzoegerung in ms zum Ausloesen wenn Wert gleich bleibt
|
||||||
- edge: Event ausfuehren bei RISING, FALLING or BOTH Wertaenderung
|
- edge: Event ausfuehren bei RISING, FALLING or BOTH Wertaenderung
|
||||||
- as_thread: Fuehrt die event-Funktion als RevPiCallback-Thread aus
|
- as_thread: Fuehrt die event-Funktion als RevPiCallback-Thread aus
|
||||||
|
- prefire: Ausloesen mit aktuellem Wert, wenn mainloop startet
|
||||||
@see <a target="_blank"
|
@see <a target="_blank"
|
||||||
href="https://docs.python.org/3/library/struct.html#format-characters"
|
href="https://docs.python.org/3/library/struct.html#format-characters"
|
||||||
>Python3 struct</a>
|
>Python3 struct</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user