8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
PROC WAIT_SENSOR(INT CHANN)
|
|
|
|
WHILE NOT ($A_DBB[CHANN]==1)
|
|
ENDWHILE
|
|
|
|
M17
|
|
|