5 lines
285 B
Plaintext
5 lines
285 B
Plaintext
a=10 if :direction then :calib=1 :acr=3 :abl=0 goto2 else goto1 end
|
|
if:_gp<-a then:aup=1else:aup=0end if:_gp>a then:adn=1else:adn=0end
|
|
if:_gy<-a then:art=1else:art=0end if:_gy>a then:alt=1else:alt=0end
|
|
if:direction then goto2else goto5end
|
|
:direction=0 :aup=0 :adn=0 :art=0 :alt=0 goto1 |