mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-01-13 21:06:05 +00:00
Fix #115
Adds when_held event hook to Button (via extension of the EventsMixin class). Also fixes some minor notes and activates codecov coverage tracking.
This commit is contained in:
@@ -43,6 +43,10 @@ Errors
|
||||
|
||||
.. autoexception:: BadEventHandler
|
||||
|
||||
.. autoexception:: BadQueueLen
|
||||
|
||||
.. autoexception:: BadWaitTime
|
||||
|
||||
.. autoexception:: CompositeDeviceError
|
||||
|
||||
.. autoexception:: CompositeDeviceBadName
|
||||
@@ -63,10 +67,6 @@ Errors
|
||||
|
||||
.. autoexception:: GPIOPinMissing
|
||||
|
||||
.. autoexception:: GPIOBadQueueLen
|
||||
|
||||
.. autoexception:: GPIOBadSampleWait
|
||||
|
||||
.. autoexception:: InputDeviceError
|
||||
|
||||
.. autoexception:: OutputDeviceError
|
||||
|
||||
Reference in New Issue
Block a user