Trees | Indices | Help |
---|
|
Instance Methods | |||
|
|||
|
|||
|
|||
|
Class Variables | |
pinsEnabled = []
|
Method Details |
Creates a button instance at given pin. If enable = True, the button events are immediately enabled; otherwise they must be enabled by calling setEnable(True). |
Registers a listener function to get notifications when the pushbutton is pressed, released, clicked, double-clicked or long pressed. Sequences are: click: BUTTON_PRESSED, BUTTON_RELEASED, BUTTON_CLICKED double-click: BUTTON_PRESSED, BUTTON_RELEASED, BUTTON_PRESSED, BUTTON_RELEASED, BUTTON_DOUBLECLICKED long pressed: BUTTON_PRESSED, BUTTON_LONGPRESSED, BUTTON_RELEASED
|
Registers a listener function to get notifications when the pushbutton is pressed and released.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 27 09:46:13 2017 | http://epydoc.sourceforge.net |