button¶
モジュール¶
machine¶
button.machine
time¶
button.time
クラス定義¶
Btn¶
button.Btn
BtnChild¶
button.BtnChild
関数¶
const¶
button.const()
定数¶
DOUBLEPRESS¶
button.DOUBLEPRESS = int(8)
LONGPRESS¶
button.LONGPRESS = int(4)
MULTIPRESS¶
button.MULTIPRESS = int(16)
PRESS¶
button.PRESS = int(1)
PRESSWAIT¶
button.PRESSWAIT = int(32)
RELEASE¶
button.RELEASE = int(2)
__file__¶
button.__file__ = str('hardware/button.py')
__name__¶
button.__name__ = str('hardware.button')
_state_list¶
button._state_list = list([1, 2, 4, 8])