mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 16:40:37 +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):
|
||||
return softPwmCreate(*args)
|
||||
def softPwmWrite(self,*args):
|
||||
return sofPwmWrite(*args)
|
||||
return softPwmWrite(*args)
|
||||
|
||||
def softToneCreate(self,*args):
|
||||
return softToneCreate(*args)
|
||||
|
||||
Reference in New Issue
Block a user