From cf490a70917a1b2d38ba9b58e763e0837d0f7ca7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 3 Oct 2023 11:24:50 +1100 Subject: all: Fix various spelling mistakes found by codespell 2.2.6. Signed-off-by: Damien George --- examples/hwapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hwapi') diff --git a/examples/hwapi/README.md b/examples/hwapi/README.md index a1b0c5642a..929ef425fd 100644 --- a/examples/hwapi/README.md +++ b/examples/hwapi/README.md @@ -3,7 +3,7 @@ This directory shows the best practices for using MicroPython hardware API across various boards, with the aim to enable writing portable applications, which would work from a board to board, from a system to another systems. This is inherently a hard problem, because hardware is different from one -board type to another, and even from examplar of board to another. For +board type to another, and even from exemplar of board to another. For example, if your app requires an external LED, one user may connect it to one GPIO pin, while another user may find it much more convenient to use another pin. This of course applies to relays, buzzers, sensors, etc. -- cgit v1.2.3