Tom Aarts
Tom Aarts
[shadow.txt](https://github.com/Pi4J/pi4j-v2/files/9711331/shadow.txt) Note: mvn clean package -Ddetail=true Building via maven shows the shadow process kicks in to clean up duplicates. In gradle this requires added configuration changes in the build.gradle. Maybe...
item 3 fixed with PR 248 All items now resolved/integrated
'Please ask, why the event of reading data is not triggered' seems to be your question: As asked we need a translation and single formatted code to help with your...
Code change merged
In your pom.xml have you removed the dependences pigpio If that is present those old providers will be present rather than your required gpiod
are you still hitting the provider not found error ? If yes see https://github.com/Pi4J/pi4j-v2/discussions/126 Maybe its information can assist.
Real fix found and implemented Fix will build in snapHot 2.5.2
@eitch robert. Should i locate where the test environment creates the Context and use new signature ? I think we added one that loads the needed providers. If not maybe...
I ordered this chip to see if I can duplicate your error. A couple things I will/would try with the chip. 1. On the first error, some transfers do not...
I do not know if there is an end character, and prefer we not inspect for a character to know the data was received. I was looking at your change...