Results 56 comments of Robert Savage

@tatery Thanks for pointing this out ... **it finally clicked in my head** .... You mean potentially physically connecting the interrupt pins (`INTA` & `INTB`) to real GPIO pins on...

I remember something like this in Pi4J V1. See: https://github.com/Pi4J/pi4j/search?q=GpioPinDigitalMultipurpose&unscoped_q=GpioPinDigitalMultipurpose We probably should consider this for V2 as well.

I have added API support for Multipurpose pins in this branch: https://github.com/Pi4J/pi4j-v2/tree/issue/%2326 ~~TODO: Still needs to be implemented in PIGPIO provider plugin.~~

Added PIGPIO plugin implementation for Multipurpose GPIO pins. **TODO**: Still needs to be tested on hardware.

@treitmaier , Just a note on `mvn clean install -Pnative,cross-compile` .. this won't currently build proper binaries for 32-bit `armhf` for ARMv6 devices. (See Issue #28) The following will if...

@FDelporte I do think something like this would be useful --- perhaps in an even greater capacity in version 2 where it could provide an interactive GUI to visualize the...

What operating system and version are you running? RaspberryPi OS Buster? Did you try: ``` sudo apt update sudo apt upgrade ``` to get the newest version of the `libc6`...

Reviewing this issue for v1.4 release. While I agree the exception probably should not be caught internally and masked as a runtime exception, changing this behavior would be a breaking...

@menazord Thank you for your detailed thread and for narrowing down the problematic area to opening and closing the serial connection. I'll have to have a look to see what...

I have not gotten very far on it, but I did start an OSGi service implementation where I planned on exposing GPIO control via OSGi services. In this framework any...