When I had Raspberry Pi I used to control the GPIO (pins) from a Java application using the Pi4J library.
Is there any library to control the GPIO (pins) on the PcDuino using the Java language?
When I had Raspberry Pi I used to control the GPIO (pins) from a Java application using the Pi4J library. Is there any library to control the GPIO (pins) on the PcDuino using the Java language? |
|||
|
I haven't used that platform myself but the Java GPIO Manager appears to be what you're after. Looking at the source code it appears straightforward and is using file access to control the files created by the device driver for each pin under the following path:
There is a Accessing GPIO Pins tutorial at Sparkfun that shows for
With the the | |||
|