Open edouardouvrard opened 4 months ago
Can you try with
implementation("com.pi4j:pi4j-plugin-gpiod:2.6.0")
I have this in my dependencies
In your original question, you listed com.pi4j:pi4j-library-gpiod:2.6.0
but not com.pi4j:pi4j-plugin-gpiod:2.6.0
I have these 2 dependencies in my original question :
implementation("com.pi4j:pi4j-plugin-gpiod:2.6.0")
implementation("com.pi4j:pi4j-library-gpiod:2.6.0")
Ah, correct. Sorry, my mistake. Actually, only the plugin is needed as it includes the library, but I doubt this will be the cause. Can you share more log output to understand what could be going wrong?
@mirage22 is this similar to what you were talking about in Slack?
@FDelporte Pls give me Slack address for pi4j v2 kotlin
Hi, you can join the Slack here: https://join.slack.com/t/pi4j/shared_invite/zt-1ttqt8wgj-E6t69qaLrNuCMPLiYnBCsg
Pi4j doesn't load gpiod when used with this dependencies :
This seems to always try to load pigpio and tell me that it's not available.