Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Diversity - good or bad ? Date: 12 Jan 2025 20:46:04 GMT Lines: 19 Message-ID: References: <2e17ec15-582f-5a71-84e5-d4d490274270@example.net> <7454fa51-3534-2584-2197-90613efb2091@example.net> <9uo3ojpd83jm9ngmlhera3nvi00pl9ajeb@4ax.com> <3w-dnT3j2Mwylx76nZ2dnZfqnPadnZ2d@earthlink.com> <6eKdnbL_nY56qR76nZ2dnZfqnPidnZ2d@earthlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net xXNvZeD9CTfmm2WJrjssLgplrvdQx6Z5kG7wmpZ3l8j80FMpUT Cancel-Lock: sha1:d4S3k7FnQyPwAhesAcsdELG7vzI= sha256:7soEem9vYr4Q+WdKlKtM0MIVsfq24plekYwppMz2cJk= User-Agent: Pan/0.155 (Kherson; fc5a80b8) Xref: csiph.com comp.os.linux.misc:64244 On Sun, 12 Jan 2025 11:09:56 +0000, The Natural Philosopher wrote: > GPIO on a PI under linux is a breeze. I was surprised. It has limits compared to a Pico since the machine does have other tasks to perform rather than being dedicated. > Picos are not bad either. > > The Pico is an adventure to get anything going without using the ghastly > python, which is slow and limited It depends on the application. For many things Python is perfectly fine. You need the ability to determine when it isn't and act accordingly. MicroPython or CircuitPython abstracts away much of the low level cruft. otoh working with the C SDK is like building a wall a brick at a time.