commit bf60564f5c74d25ea120f1dac002a2c27e74c292 parent 3a964146e6ea319c8f376ccc3ceca5660f4ff1a2 Author: Ville-Matias Heikkila <viznut@low.fi> Date: Sun, 24 Jul 2022 13:46:33 +0300 mention some alternatives Diffstat:
| M | Raspberry_Pi.mdwn | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/Raspberry_Pi.mdwn b/Raspberry_Pi.mdwn @@ -18,3 +18,11 @@ 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, while being powerful enough to e.g. generate video signals. + +## Alternatives + +There are many different single-board computers, some of which based on +fully documented or even open-source hardware. + +**OLinuXino** is a DIY-friendly design that prefers TQFP-packaged +components in order to make it easy to build and repair.