Skip to content

Commit a320b9f

Browse files
committed
Spelling fixes
1 parent e8120f8 commit a320b9f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/motors/position_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PRINT_DIVIDER = 4 # How many of the updates should be printed (i.e. 2 would be every other update)
2525

2626
# Multipliers for the different printed values, so they appear nicely on the Thonny plotter
27-
SPD_PRINT_SCALE = 20 # Driving Speed multipler
27+
SPD_PRINT_SCALE = 20 # Driving Speed multiplier
2828

2929
POSITION_EXTENT = 180 # How far from zero to move the motor, in degrees
3030
INTERP_MODE = 2 # The interpolating mode between setpoints. STEP (0), LINEAR (1), COSINE (2)

examples/motors/position_on_velocity_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Multipliers for the different printed values, so they appear nicely on the Thonny plotter
2626
ACC_PRINT_SCALE = 2 # Acceleration multiplier
27-
SPD_PRINT_SCALE = 40 # Driving Speed multipler
27+
SPD_PRINT_SCALE = 40 # Driving Speed multiplier
2828

2929
POSITION_EXTENT = 180 # How far from zero to move the motor, in degrees
3030
MAX_SPEED = 1.0 # The maximum speed to move the motor at, in revolutions per second

examples/motors/tuning/position_on_velocity_tuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Multipliers for the different printed values, so they appear nicely on the Thonny plotter
2626
ACC_PRINT_SCALE = 1 # Acceleration multiplier
27-
SPD_PRINT_SCALE = 20 # Driving Speed multipler
27+
SPD_PRINT_SCALE = 20 # Driving Speed multiplier
2828

2929
POSITION_EXTENT = 180 # How far from zero to move the motor, in degrees
3030
MAX_SPEED = 2.0 # The maximum speed to move the motor at, in revolutions per second

examples/motors/tuning/position_tuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
PRINT_DIVIDER = 1 # How many of the updates should be printed (i.e. 2 would be every other update)
2424

2525
# Multipliers for the different printed values, so they appear nicely on the Thonny plotter
26-
SPD_PRINT_SCALE = 10 # Driving Speed multipler
26+
SPD_PRINT_SCALE = 10 # Driving Speed multiplier
2727

2828
POSITION_EXTENT = 90 # How far from zero to move the motor, in degrees
2929

0 commit comments

Comments
 (0)