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
Copy file name to clipboardExpand all lines: docs/components/motor/gpio/encoded-motor.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ In addition to the [attributes for a non-encoded motor](/components/motor/gpio/)
128
128
| ---- | ---- | --------- | ----------- |
129
129
|`encoder`| string |**Required**|`name` of the encoder. |
130
130
|`ticks_per_rotation`| int |**Required**| Number of ticks in a full rotation of the encoder and motor shaft. |
131
-
|`ramp_rate`| float | Optional | Rate to increase the motor's input voltage (power supply) per second when increasing the speed the motor rotates (RPM). <br> Range = (`0.0`, `1.0`] <br> Default: `0.2`|
131
+
|`ramp_rate_rpm_per_sec`| float | Optional | Rate to increase the motor's input voltage (power supply) per second when increasing the speed the motor rotates (RPM). <br> Range = (`0.0`, `1.0`] <br> Default: `0.2`|
0 commit comments