mirror of
git://projects.qi-hardware.com/m1.git
synced 2024-11-16 18:24:59 +02:00
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
#SUB
|
|
-> T=unknown
|
|
|
|
C[0-9]* {
|
|
-> T=C
|
|
VAL=*F -> C=$VAL
|
|
FN=*V -> V=>=$FN
|
|
}
|
|
|
|
R[0-9]* {
|
|
-> T=R
|
|
VAL=$R -> R=$VAL
|
|
-> TOL=5%
|
|
}
|