Robert von Burg
Robert von Burg
Done.
Hi @mpilone Thanks, that does look easier. Maybe you could put it in a pull request? I don't know JNA, and would really appreciate that a lot! I would then...
I thought i'd ask ChatGPT what it says about SPI, and it came up with simply reading and writing to spidev. Since y'all are busy trying out things, i thought...
Additionally the FFM-API approach isn't required, as one can directly read the kernel's relevant sys files. E.g. reading a temperature device: ```java String devicePath = "/sys/bus/w1/devices/28-0316a2791cff/w1_slave"; try (BufferedReader br =...
@AlexR1973 from what i can see, there is no other way to read 1-wire devices in the kernel. At least nothing that i can find. if it takes 4-10 seconds,...
I currently don't have much time to look into this. If you could send a PR, then i can look into integrating it. The issue that comes to my mind,...
@hackerjimbo This is the image: https://github.com/Pi4J/pi4j-docker
@hackerjimbo the gpiod_chip_iter_new() is a native method, which is provided not by libgpiod, but by pi4j-library-gpiod. So maybe this library isn't available? Do you have more of the stack trace?
This is quite an old issue. I gather it won't be implemented? This would really be awesome if it were implemented!
Sorry, that was me being stupid. Drag and drop =)