all: Fix spelling mistakes based on codespell check.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-03-08 14:10:02 +11:00
parent e160fe7bc6
commit b1229efbd1
191 changed files with 282 additions and 282 deletions

View File

@@ -30,7 +30,7 @@ The peripherals include:
* 2 UARTs
* 2 SPI controllers
* 2 I2C contollers
* 2 I2C controllers
* 16 PWM channels
* USB 1.1 controller
* 8 PIO state machines

View File

@@ -96,7 +96,7 @@ Programmable IO (PIO)
---------------------
PIO is useful to build low-level IO interfaces from scratch. See the :mod:`rp2` module
for detailed explaination of the assembly instructions.
for detailed explanation of the assembly instructions.
Example using PIO to blink an LED at 1Hz::