2022-05-05 15:20:30 +08:00

21 lines
325 B
Python

import Arm2D
import PikaStdLib
import ctypes
import module
line = Arm2D.Line()
res = line.on()
line.off()
line.moveTo(20)
while True:
if right.read() == 1:
print('right')
if left.read() == 0:
print("left")
if up.read() == 0:
print('up\n')
if down.read() == 0:
print('down')