Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Release v1.3

Compare
Choose a tag to compare
@savageautomate savageautomate released this 28 Jan 18:36
· 169 commits to master since this release

RELEASE NOTES

Version 1.3 (2021-01-28 )

2021-01-28 :: 1.3


KNOWN ISSUES

  • Pi4J v1.3 must be compiled using JDK 1.8. This codebase is not compatible with JDK9 and newer. Pi4J v1.4
    and later will support newer JDKs.
  • The original WiringPi library has been DEPRECATED. (See: http://wiringpi.com/wiringpi-deprecated/)
  • To support RaspberryPi 4B and newer systems you must install the latest unofficial WiringPi version which is
    maintained here: https://github.com/WiringPi/WiringPi. (As of 2021-01-12, this is version 2.60.)
  • Please note that the Pi4J v1.x codebase is no longer being actively developed. Pi4J v1.x will only be maintained
    and updated for major bug fixes. This codebase has been largely stable for several years and is compatible across
    a wide variety of Raspberry Pi SoCs and you are welcome to continue using it. However, for new projects, it
    is highly recommended to migrate to the Pi4J Version 2.x codebase. See https://v2.pi4j.com for more information.