Skip to content

Commit

Permalink
Merge pull request #3 from systemetric/remove-sleep
Browse files Browse the repository at this point in the history
Remove redundant `sleep(0.5)`
  • Loading branch information
shardros authored Mar 11, 2019
2 parents f9ba326 + 318e6bf commit ea9e574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions robot/cytron.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def __init__(self):
GPIO.setup(_CYTRON_GPIO_PWM_1, GPIO.OUT)
GPIO.setup(_CYTRON_GPIO_PWM_2, GPIO.OUT)

sleep(0.5)

self._dir_value = [GPIO.LOW, GPIO.LOW]
self._dir = [
_CYTRON_GPIO_DIR_1,
Expand Down

0 comments on commit ea9e574

Please sign in to comment.