Robert Savage
Robert Savage
Sure forward along and I'll git it a try ... hopefully tomorrow.
The `sudo` requirement can be mitigated for select functions including GPIO, I2C, SPI, SERIAL with the implementation of Linux file system I/O providers opposed to the PiGpio implementation. This is...
@sgparry I have been working on the LinuxFS implementation of a GPIO provider based on the older Linux Filesystem GPIO driver via the `/sys/class/gpio` file. You user account must have...
@hackerjimbo > An interesting (and faster) alternative is to consider using `/dev/gpiomem`. It's there for _exactly_ this purpose. Yes, that would be something we could look into. However, to start...
The Pi4J deployed snapshot and release builds are getting cross-compiled using GitHub CI workflows on Intel/AMD x64 machines. So it sounds like something about the ARM64 cross-compiled build of the...
> P.S. I do appreciate, that @savageautomate probably did a lot of work to get modules to work, and of course it is always sad to see work become redundant......
> @savageautomate does this branch need more work or can it be reviewed for merging? I need to review and test it more thoroughly .. I can't recall if this...
@lukehutch , Sorry for the delay ... Now that I have completed Pi4J v1.3 and Pi4J v1.4 and released them, I'm focusing on v2. now. Have you tried any recent...
@lukehutch > How do I enable log4j logging in Pi4j v2? I looked at the code in NativeLibraryLoader, but I can't see the debug messages on the console to determine...
_You wrote: "Since no specific 'provider' is defined" but some provider is there: ".provider("pigpio-digital-output")". BTW: how do I know what strings you predefined to put in the provider (e.g. to...