Skip to content

Commit

Permalink
resolves issue #9 closed and fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wallarug committed Apr 8, 2019
1 parent 8b0c504 commit cb4bb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/parts/actuator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, channel, frequency=50):

def set_pulse(self, pulse):
try:
print("pulse: ", pulse)
#print("pulse: ", pulse)
self.pwm.duty_cycle = pulse
except OSError as err:
print("Unexpected issue setting PWM (check wires to motor board): {0}".format(err))
Expand Down

0 comments on commit cb4bb14

Please sign in to comment.