Skip to content

Commit c2d6077

Browse files
authored
Fix small typo in analog.rst (earlephilhower#1869)
Change "RP20400" to "RP2040"
1 parent 269c579 commit c2d6077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Analog Outputs
3030
--------------
3131
The RP2040 does not have any onboard DACs, so analog outputs are
3232
simulated using the standard method of using pulse width modulation
33-
(PWM) using the RP20400's hardware PWM units.
33+
(PWM) using the RP2040's hardware PWM units.
3434

3535
While up to 16 PWM channels can be generated, they are not independent
3636
and there are significant restrictions as to allowed pins in parallel.

0 commit comments

Comments
 (0)