Commandes Python (Simulées) :
mbot.forward(1)
mbot.backward(1)
mbot.turn_left(0.5)
mbot.turn_right(0.5)
mbot.led(255, 0, 0)
mbot.led(0, 0, 0)