We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Actuators are hardware components that move or control a mechanism or system. They are the equivalent to the muscles of the robot.
You can find the following documentation of each actuator in the library here:
Constructor: Motor(pinA, pinB, pwmPin)
set(speed)
Constructor: Motor(pinA, pinB)
on()
off()