Skip to content

Commit

Permalink
Update ramp_rate attribute on encoded motor
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Sep 19, 2023
1 parent 4b524a8 commit 8d04346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/motor/gpio/encoded-motor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br> Range = (`0.0`, `1.0`] <br> 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). <br> Range = (`0.0`, `1.0`] <br> Default: `0.2` |

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

Expand Down

0 comments on commit 8d04346

Please sign in to comment.