Skip to content

Commit a6ba7f3

Browse files
author
Jim Bennett
authored
tweaks to small typo
1 parent 94e125e commit a6ba7f3

File tree

1 file changed

+1
-1
lines changed
  • 1-getting-started/lessons/3-sensors-and-actuators

1 file changed

+1
-1
lines changed

1-getting-started/lessons/3-sensors-and-actuators/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Imagine you are controlling a motor with a 5V supply. You send a short pulse to
158158

159159
![Pule width modulation rotation of a motor at 150 RPM](../../../images/pwm-motor-150rpm.png)
160160

161-
This means in one second you have 25 5V pulses of 0.02s that rotate the motor, each followed by 0.02s pause of 0V not rotating the motor. Each pulse rotates the motor one tenth of a rotation, meaning the motor completes 2.5 rotations per second. You've used a digital signal to rotate the motor at 2.5 rotations per second, or 150 ([revolutions per minute](https://wikipedia.org/wiki/Revolutions_per_minute), a non-standard measure of rotational velocity).
161+
This means in one second you have 25 5V pulses of 0.02s that rotate the motor, each followed by 0.02s pause of 0V not rotating the motor. Each pulse rotates the motor one tenth of a rotation, meaning the motor completes 2.5 rotations per second. You've used a digital signal to rotate the motor at 2.5 rotations per second, or 150 [revolutions per minute](https://wikipedia.org/wiki/Revolutions_per_minute) (a non-standard measure of rotational velocity).
162162

163163
```output
164164
25 pulses per second x 0.1 rotations per pulse = 2.5 rotations per second

0 commit comments

Comments
 (0)