diff --git a/docs/components/motor/gpio/encoded-motor.md b/docs/components/motor/gpio/encoded-motor.md index 837ab96dea..122245a45b 100644 --- a/docs/components/motor/gpio/encoded-motor.md +++ b/docs/components/motor/gpio/encoded-motor.md @@ -128,7 +128,7 @@ In addition to the [attributes for a non-encoded motor](/components/motor/gpio/) | ---- | ---- | --------- | ----------- | | `encoder` | string | **Required** | `name` of the encoder. | | `ticks_per_rotation` | int | **Required** | Number of ticks in a full rotation of the encoder and motor shaft. | -| `ramp_rate` | float | Optional | Rate to increase the motor's input voltage (power supply) per second when increasing the speed the motor rotates (RPM).
Range = (`0.0`, `1.0`]
Default: `0.2` | +| `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).
Range = (`0.0`, `1.0`]
Default: `0.2` | {{% alert title="Info" color="info" %}}