Deleted test file which was commited by accident.
This commit is contained in:
parent
f30868635b
commit
c479954960
1 changed files with 0 additions and 19 deletions
|
@ -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()
|
|
||||||
|
|
Loading…
Reference in a new issue