gsexton

Results 23 comments of gsexton

I tested the host/gpioioctl package using an OrangePi Zero 2. I used "gpio readall" to find the GPIO number. I then called: ``` pin:=gpioioctl.Chips[0].ByNumber(73) // wiring pi 2 mode:=gpio.Low for...

> Yes, of course, but it’s not quite implemented in a way that is consistent with the rest of the implemented chips. the implementation models the kernel interface. A set...

@larsks The documentation for the periph.io/x/conn/v3/gpio/PinIn interface Read() function states: _Behavior is undefined if In() wasn't used before._ In your example code, you're not calling In(). Essentially, you're trying to...