Skip to content

Commit 72a134c

Browse files
authored
Update ramp_rate attribute on encoded motor (#1869)
1 parent dbf155a commit 72a134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/motor/gpio/encoded-motor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In addition to the [attributes for a non-encoded motor](/components/motor/gpio/)
128128
| ---- | ---- | --------- | ----------- |
129129
| `encoder` | string | **Required** | `name` of the encoder. |
130130
| `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` |
132132

133133
{{% alert title="Info" color="info" %}}
134134

0 commit comments

Comments
 (0)