.lockupdelay Property
Function: |
Defines (in 10ms increments) the amount of time any key will have to stay pressed for the keypad to enter the "lockup" state. |
Type: |
Byte |
Value Range: |
0-65535. Default = 1000 (10 sec). |
See Also: |
Key States and Transitions, Preparing the Keypad for Operation |
Details
Lockup is not a key state; it is the state of the keypad as a whole. Once the lockup condition is detected, the keypad is disabled (kp.enabled = 0 — NO).
This property can only be changed when the keypad is disabled (kp.enabled = 0 — NO). Setting the property to 0 means that the keypad will never enter the "lockup" state.