commit 401b9f23f6f87e8cc2bcc8c971b4ded75b6b90bf parent 9b2c70d722f0472352693e221e8115c23b0252d5 Author: Ville-Matias Heikkila <viznut@low.fi> Date: Tue, 26 Jul 2022 13:50:56 +0300 typo Diffstat:
| M | Raspberry_Pi.mdwn | | | 11 | ++++++----- |
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/Raspberry_Pi.mdwn b/Raspberry_Pi.mdwn @@ -13,11 +13,12 @@ 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) 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) 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. ## Alternatives