permacomputing

permacomputing.net wiki source files
git clone https://git.bleu255.com/repos/permacomputing.git
Log | Files | Refs

commit f53797a44f408e98af4342576e729f00a868462b
parent 272594cb1f79861c0787db793dc36d2d4cc4e4b0
Author: Ville-Matias Heikkila <viznut@low.fi>
Date:   Mon Aug 15 12:55:45 +0300

typo
Diffstat:
Raspberry_Pi.mdwn | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/Raspberry_Pi.mdwn b/Raspberry_Pi.mdwn
@@ -13,12 +13,11 @@ Most of the models are based on Broadcom SoC chips that are insufficiently
 documented, even though the large and active user base somewhat compensates
 on the problem of closed hardware.
 
-An exception is the Pico whose microcontroller chip (RP2040) that was
-designed by the foundation itself and has apparently a rather complete
-register-level documentation. An interesting feature of RP2040 is its
-programmable IO (PIO) that is general-purpose rather than tied to specific
-protocols and interfaces, while being powerful enough to e.g. generate video
-signals.
+An exception is the Pico whose microcontroller chip (RP2040) was designed by
+the foundation itself and has apparently a rather complete register-level
+documentation. An interesting feature of RP2040 is its programmable IO (PIO)
+that is general-purpose rather than tied to specific protocols and
+interfaces, while being powerful enough to e.g. generate video signals.
 
 ## Alternatives