Change the color of the LEDs on the Loti-bot in RGB format.
from tts import lotibotlotibot = lotibot()lotibot.setLedColor(0, 255, 0, 0, 255, 0)
Change the color of the LEDs on the Loti-bot using a color palette.
from tts import lotibotlotibot = lotibot()lotibot.setLedColor(34, 181, 115,34, 181, 115)
Change the color of the left and right LEDs in RGB format on the Loti-bot robot.
from tts import lotibotlotibot = lotibot()lotibot.setLedColor(0,255,0,0,255,0)
Change the color of the LEDs on the Loti-bot using a color palette.
from tts import lotibotlotibot = lotibot()lotibot.setLedColor(34, 181, 115,0, 0, 115)
Set the power of the Loti-bot's headlights (between 0 and 255).
from tts import lotibotlotibot = lotibot()lotibot.setHeadlightValue(125, 125)
Set the power of the Loti-bot's headlights (between 0 and 255).
from tts import lotibotlotibot = lotibot()lotibot.setHeadlightValue(125, 125)