Hello Brian,
I’m using the latest Raspbian image on Raspberry Pi Zero + Zero Ws, I can read a pin manually without issue, but I haven’t gotten any action out of the watcher. I have two questions:
-
Has the library been tested on the Zero / Zero W before? If not, is there any reason to think it might not be compatible?
-
I’m using BCM pin 7 (physical pin 26) as an input. As far as I understood, the kernel uses BCM numbering; pin := gpio.NewInput(7) works, so is there any reason why watcher.AddPin(7) wouldn’t?
Thanks for your help!
Hello Brian,
I’m using the latest Raspbian image on Raspberry Pi Zero + Zero Ws, I can read a pin manually without issue, but I haven’t gotten any action out of the watcher. I have two questions:
Has the library been tested on the Zero / Zero W before? If not, is there any reason to think it might not be compatible?
I’m using BCM pin 7 (physical pin 26) as an input. As far as I understood, the kernel uses BCM numbering;
pin := gpio.NewInput(7)works, so is there any reason whywatcher.AddPin(7)wouldn’t?Thanks for your help!