Deleted test file which was commited by accident.

This commit is contained in:
d3rped 2018-03-26 03:52:59 +02:00
parent f30868635b
commit c479954960
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
from move import Move
mymove = Move()
mymove._sensor.refresh()
mymove.maxbrightness = mymove._sensor.getbrightness()
mymove.maxbrightness = 50
mymove._wheel_l.getmovement()
mymove._wheel_r.getmovement()
try:
mymove.traversetonextstation(False)
except:
mymove._wheel_l.stop()
mymove._wheel_r.stop()
mymove._wheel_l.getmovement()
mymove._wheel_r.getmovement()