summaryrefslogtreecommitdiff
path: root/digital/avr/modules/motor/speed_control/speed_control.txt
diff options
context:
space:
mode:
authorNicolas Schodet2012-04-14 20:18:16 +0200
committerNicolas Schodet2012-04-18 00:15:39 +0200
commitcf8fbdbfb994576b6f3278602c25e84795deac11 (patch)
tree0df97f234a58dbbe11446c45e7c881ee6c43fe71 /digital/avr/modules/motor/speed_control/speed_control.txt
parentf822fa8ea23487eb98bc469802ba8497b2545a1c (diff)
digital: use 16bit speed
Diffstat (limited to 'digital/avr/modules/motor/speed_control/speed_control.txt')
-rw-r--r--digital/avr/modules/motor/speed_control/speed_control.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/motor/speed_control/speed_control.txt b/digital/avr/modules/motor/speed_control/speed_control.txt
index 94b4d0b4..2cdebb46 100644
--- a/digital/avr/modules/motor/speed_control/speed_control.txt
+++ b/digital/avr/modules/motor/speed_control/speed_control.txt
@@ -13,7 +13,7 @@ too high.
Usage
=====
-The `max` and `acc` parameters should be set to maximum speed and maximum
+The `max` and `acc_f` parameters should be set to maximum speed and maximum
acceleration. Other fields should better be changed using the helper
functions.