show read start stop
This commit is contained in:
parent
0abbe41473
commit
82b8442146
@ -124,7 +124,9 @@ def sendDMX(data):
|
|||||||
GPIO.output(18, GPIO.LOW)
|
GPIO.output(18, GPIO.LOW)
|
||||||
|
|
||||||
# Sleep between TX packages, use time to get RDM packages
|
# Sleep between TX packages, use time to get RDM packages
|
||||||
DMXRDM = DMXSER.read(400)
|
print("start read")
|
||||||
|
DMXRDM = DMXSER.read(400)
|
||||||
|
print("end read")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user