You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
5 months ago
|
|
||
|
State Machine - |stark_machine|key_filter:key_filter_inst|state_c
|
||
|
Name state_c.UP state_c.HOLD state_c.DOWN state_c.IDLE
|
||
|
state_c.IDLE 0 0 0 0
|
||
|
state_c.DOWN 0 0 1 1
|
||
|
state_c.HOLD 0 1 0 1
|
||
|
state_c.UP 1 0 0 1
|