Asked
— Edited
i see the servo speed is diff as usuall ?
its for the init start for roli.
is it servo(d12,$speed) or servo(d12,4)
i see the servo speed is diff as usuall ?
its for the init start for roli.
is it servo(d12,$speed) or servo(d12,4)
You can load the roli project and view the init script. Here is the init script as of today (2016/04/14):
yes i now that.i want to let go the servo slower a start up. so do i need to set the speed to 4 instead or $speed ?
i want the arms and head/neck go slower
think i have it
servospeed(D12,$speed=4)
$speed is a variable, it holds values. Change the value that is assigned to $speed
The description of $speed is right there in the code. The code has a big chunk that explains $speed is a variable. Read the descriptions in the code, it will help make sense.
okay dj thanks
1 is fast and 4 is slower