Type simple Python-like commands and run them on your robot.
forward()
back()
left()
right()
pivotLeft()
pivotRight()
readDistanceCM()
stop()
sleep(1)
speed(150)
beep()
lights(255,0,0)
rainbowCycle(2)
hazardEffect()
policeEffect()
showActionLED()
policeSiren()
ambulanceSiren()
fireTruckSiren()
carHorn()
truckHorn()
reverseBeep()
machineGun()
cry()
laugh()
worry()
think()
sleep()
angry()
happy()
surprise()
dance()
repeat(4):
repeat(4): forward() sleep(1) right() sleep(0.6) stop()
Ready
/forward
/back
/left
/right
/stop
/beep
/speed?value=150
/color?r=255&g=0&b=0