Chris Angelico wrote:
> On Fri, 13 Oct 2023 at 01:48, Chris Green via Python-list
> wrote:
> >
> > In the following code is the event polled by the Python process
> > running the code or is there something cleverer going on such that
> > Python sees an interrupt when the input goes high (or low)?
On Fri, 13 Oct 2023 at 01:48, Chris Green via Python-list
wrote:
>
> In the following code is the event polled by the Python process
> running the code or is there something cleverer going on such that
> Python sees an interrupt when the input goes high (or low)?
>
This isn't something inherent t
In the following code is the event polled by the Python process
running the code or is there something cleverer going on such that
Python sees an interrupt when the input goes high (or low)?
import Adafruit_BBIO.GPIO as GPIO
Pin = "P8_8"
GPIO.setup(Pin, GPIO.IN)# set GPIO25 as i