undera / pylgbst

Python library for LEGO® PoweredUp devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[motors]Is there a way to ?

djibb opened this issue · comments

commented

Hi,
Is there a way to use motor_AB() to launch a movement, then change primary and secondary speed as we wish ?
To avance and turn with for example ?

I believe both start_power and start_speed methods would allow you to do what you want. You can start motor_AB, and then call individual motors to set different speeds.