Merge pull request #235 from waveform80/fix-float-bounce

Fix #229
This commit is contained in:
Dave Jones
2016-03-19 18:06:23 +00:00
4 changed files with 14 additions and 2 deletions

View File

@@ -61,6 +61,9 @@ class PinInvalidPull(PinError, ValueError):
class PinInvalidEdges(PinError, ValueError):
"Error raised when attempting to assign an invalid edge detection to a pin"
class PinInvalidBounce(PinError, ValueError):
"Error raised when attempting to assign an invalid bounce time to a pin"
class PinSetInput(PinError, AttributeError):
"Error raised when attempting to set a read-only pin"