mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 16:00:35 +09:00
Merge pull request #45 from BaReinhard/patch-1
Missing a letter in a return value
This commit is contained in:
@@ -154,7 +154,7 @@ class GPIO(object):
|
|||||||
def softPwmCreate(self,*args):
|
def softPwmCreate(self,*args):
|
||||||
return softPwmCreate(*args)
|
return softPwmCreate(*args)
|
||||||
def softPwmWrite(self,*args):
|
def softPwmWrite(self,*args):
|
||||||
return sofPwmWrite(*args)
|
return softPwmWrite(*args)
|
||||||
|
|
||||||
def softToneCreate(self,*args):
|
def softToneCreate(self,*args):
|
||||||
return softToneCreate(*args)
|
return softToneCreate(*args)
|
||||||
|
|||||||
Reference in New Issue
Block a user