treitmaier
treitmaier
Thanks for your comments @savageautomate & @FDelporte . It looks like pigpio would support Multipurpose GPIOs through its [gpioGetMode](http://abyz.me.uk/rpi/pigpio/cif.html#gpioGetMode) and [gpioSetMode](http://abyz.me.uk/rpi/pigpio/cif.html#gpioSetMode) methods. An unscoped code search for [GpioPinDigitalMultipurpose](https://github.com/search?q=GpioPinDigitalMultipurpose&type=Code) reveal broad...
Thanks for all the hard work implementing the feature so quickly @savageautomate. I started to test it, but then ran into unhandled signal 11 errors, especially on aarch64 systems. Yesterday...