show read in console
This commit is contained in:
parent
b207cb6e77
commit
bf653c4d46
@ -125,9 +125,9 @@ def sendDMX(data):
|
||||
GPIO.output(18, GPIO.LOW)
|
||||
|
||||
# Sleep between TX packages, use time to get RDM packages
|
||||
print("start read for ", (DMXSLP/1000.0), "ms")
|
||||
print("start read for ", DMXSLP, "ms")
|
||||
DMXRDM = DMXSER.read(400)
|
||||
print("end read")
|
||||
print("end read, input is ", DMXRDM)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user