Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,alt.comp.os.windows-11 Subject: Re: Microsoft Is Abandoning Windows 11 SE Date: 11 Aug 2025 20:40:44 GMT Lines: 18 Message-ID: References: <106mke5$1di32$1@dont-email.me> <106ukm1$35g8p$3@toylet.eternal-september.org> <106v67a$1cgol$1@news1.tnib.de> <106vfvv$3bpmd$1@toylet.eternal-september.org> <106vi4r$3c9cr$2@dont-email.me> <3ihcmlx47d.ln2@Telcontar.valinor> <107070d$3hvho$1@dont-email.me> <1071hb2$3qqje$2@toylet.eternal-september.org> <1071jbr$3ra8s$1@dont-email.me> <10746fg$h625$2@dont-email.me> <20250808081850.00002e14@gmail.com> <1075pla$ukab$1@dont-email.me> <20250808144937.000021b1@gmail.com> <107777t$17kq4$7@dont-email.me> <%z7mQ.326446$2Yg8.52122@fx12.iad> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net i0CaqA0tvsFNHcskWCFd1wT6UBlUrTvz3SkV5EzteXr21jL5Wo Cancel-Lock: sha1:IdIdUVPMWOu9hsT7Hg06CVybQdo= sha256:Y94Byj5J1bgkbl0YsvHEdxaQuOjfu6THWFZtJA5NO7g= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:70804 alt.comp.os.windows-11:21938 On Mon, 11 Aug 2025 03:58:12 -0400, c186282 wrote: > Made a bunch of environmental monitors once - nice solar-powered > thingies for The Field. There were a number of instruments attached - > including an electronic wind speed meter. SOME of the devices could > be polled at intervals, the wind-speed thing and a rain-gauge > generated pulses and thus HAD to work with interrupts or it'd use > massive power for nothing. If you really want future programmers scratching their heads use Micropython with the @rp2.asm_pio decorator that allows you to define PIO behavior with a subset of Arm assembly. https://rp2040pio-docs.readthedocs.io/en/latest/pio-programs.html Throw in a lambda for the cherry on top. https://docs.micropython.org/en/latest/rp2/tutorial/pio.html