Fix small typo in analog.rst (#1869)

Change "RP20400" to "RP2040"
This commit is contained in:
Taylor Alexander aka Sequoia 2023-12-01 15:17:58 -08:00 committed by GitHub
parent 269c579846
commit c2d60774af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ Analog Outputs
--------------
The RP2040 does not have any onboard DACs, so analog outputs are
simulated using the standard method of using pulse width modulation
(PWM) using the RP20400's hardware PWM units.
(PWM) using the RP2040's hardware PWM units.
While up to 16 PWM channels can be generated, they are not independent
and there are significant restrictions as to allowed pins in parallel.