summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5d2dc04)
Commenting out these lines seems to fix my import errors and I'm now able to successfully use pusleio.
except IOError as e:
raise PWMError(e.errno, "Exporting PWM pin: " + e.strerror)
except IOError as e:
raise PWMError(e.errno, "Exporting PWM pin: " + e.strerror)
- self._set_enabled(False)
+ #self._set_enabled(False)
# Look up the period, for fast duty cycle updates
self._period = self._get_period()
# Look up the period, for fast duty cycle updates
self._period = self._get_period()
# set frequency
self.frequency = freq
# set frequency
self.frequency = freq