From f90c17ab7c60f50c9d5bedb6a49359a8576b1d33 Mon Sep 17 00:00:00 2001 From: sbma44 Date: Thu, 22 Aug 2013 10:46:02 -0400 Subject: [PATCH] fixing typo around softPwmWrite binding --- wiringpi2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiringpi2.py b/wiringpi2.py index a9fc944..1d596e5 100644 --- a/wiringpi2.py +++ b/wiringpi2.py @@ -674,7 +674,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)