Missing a letter in a return value

Missing a letter in a return value for sofPwmWrite, changed to softPwmWrite to keep consistency
pull/45/head
Brett Reinhard 9 years ago committed by GitHub
parent 321ca837fd
commit 76db7e6658

@ -154,7 +154,7 @@ class GPIO(object):
def softPwmCreate(self,*args):
return softPwmCreate(*args)
def softPwmWrite(self,*args):
return sofPwmWrite(*args)
return softPwmWrite(*args)
def softToneCreate(self,*args):
return softToneCreate(*args)

Loading…
Cancel
Save