pigpioj
pigpioj copied to clipboard
Java JNI wrapper around the pigpio C library
Hi, Can pigpioj be used without root access on systems where gpiomem is correctly configured and the user has permissions? Thanks Stephen P.
With my program, a total of six sensors are connected with two GPIO pins each (e.g. pin 15 and 16). At the sensor output (and thus at the GPIO input),...
I've attempted to implement softwareserial into pigpioj and it seems i was successful, please check my code and see if i did anything weird considering this is my first time...
## This configuration will build `pigpioj-java -> pigpioj-native -> pigpioj` Usage: On top level type `mvn clean install` - [pigpio-native] Build C-Header files from Java Interfaces - [pigpioj] Have a...