mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 15:30:35 +09:00
Correct typo (sofPwmWrite -> softPwmWrite)
This commit is contained in:
@@ -658,7 +658,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