Robert Savage
Robert Savage
As noted in issue #27, the native builds for ARMv6 (_Pi Zeros and all Generation 1 models_) are not working. **The 32-bit binaries compiled are not ARMv6 compatible.** This issue...
Adds support for GPIO Digital Multipurpose pins (INPUT & OUTPUT)
MOVED FROM https://github.com/Pi4J/pi4j/issues/508 --- It would be nice to be able to: - Scan Wifis - Get all the informations about distant Wifis - Connect to a Wifi - Disconnect...
The Pi4J V2 API supports analog input and output providers and interfaces. However, since the RaspberryPi does not include native analog support we should create some examples analog input and...
RE: https://github.com/Pi4J/pi4j-v2/blob/master/libraries/pi4j-library-pigpio/pom.xml#L283 ``` ``` Add support to the Maven build script to enable building the native libraries via Docker on a Windows-based operating system. All that needs to be done...