You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motor power is controlled using [PWM](https://en.wikipedia.org/wiki/Pulse-width_modulation) with 100% power being a [duty cycle](https://en.wikipedia.org/wiki/Duty_cycle) of 1. You set the power with a value between -1 and 1 inclusive. Fractional values (such as 0.42) can be used to specify less than 100% power. Negative values run the motor in the opposite direction.
42
+
Control of your motors is achieved by setting a power output from one of the
43
+
channels on your motor boards. Valid values are between -1 and 1 inclusive.
44
+
Fractional values (such as 0.42) can be used to specify less than 100% power.
45
+
Negative values run the motor in the opposite direction.
43
46
44
-
The field to change the output power is `power`. As each Motor Board has two outputs you will need to specify which output you want to control:
47
+
The field to change the output power is `power`. As each Motor Board has two
48
+
outputs you will need to specify which output you want to control:
0 commit comments