Use automatic mode by default
Do the following renaming in Python:
-
set_speed()
→set_speed_raw()
, which a raw speed between -127 and 127 -
set_automatic_speed()
→set_speed()
as this is the regular mode
Edited by Samuel Tardieu
Do the following renaming in Python:
set_speed()
→ set_speed_raw()
, which a raw speed between -127 and 127set_automatic_speed()
→ set_speed()
as this is the regular mode