Skip to content

Commit

Permalink
set custom speed
Browse files Browse the repository at this point in the history
  • Loading branch information
fmhall committed Apr 18, 2019
1 parent 463e3a1 commit d3c35de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaspberryPi-master/communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def stopAll(ardList):
ard.conn.reset_output_buffer()
print(ard)
write_order(ard.conn, Order.ALLSTOP)
time.sleep(1)
time.sleep(.3)

def startAll(ardList, speed=900):
for ard in ardList:
Expand Down

0 comments on commit d3c35de

Please sign in to comment.