Skip to content

Commit aa819ae

Browse files
committed
docs: Fix wording in analog IO PWM figure reference.
1 parent 4a0cb5d commit aa819ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming_guide/02_analog_io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ To further illustrate how PWM is different from true analog output, look at the
429429
image below which shows oscilloscope output of a PWM signal at different duty
430430
cycles (0%, 25%, 50%, 75%, and 100%). Notice how as the duty cycle increases
431431
the amount of time the signal is at a high logic level (3.3V) gets longer. At
432-
75% duty cycle the signal is high for twice as long as at 25% duty cycle
432+
50% duty cycle the signal is high for twice as long as at 25% duty cycle
433433
(compare how long the tops of each wave are to check for yourself). At the
434434
extremes of 0% and 100% you can also see the signal never changes and is always
435435
at a high or low level!

0 commit comments

Comments
 (0)