Is there a way to detect GPIO plugged devices using Pi4J ? Indeed, using GpioController object, you can get and change the state of the pin but not the presence/absence of device on it.
I may use it mainly for relays and DS18B20 devices.
If not maybe using another method (eventually using another language/library) like scanning all pins and detecting the presence of a device ?