Raspberry Pi Info :: Utility Library providing information about the Raspberry Pi boards
April 15, 2024 ยท View on GitHub
PROJECT INFORMATION
THIS PROJECT WAS MERGED INTO Pi4J V2 AND IS NOW ARCHIVED.
See https://github.com/Pi4J/pi4j-v2/tree/develop/pi4j-core/src/main/java/com/pi4j/boardinfo
General information
Project website: pi4j.com.
This library is a continuation of the project started by Frank Delporte on github.com/FDelporte/PiHeaders.
Build and distribute with JReleaser
Initial setup
One-time process to prepare a new project for JReleaser
% sdk install jreleaser
% jreleaser init --format yml
Uploading to Maven Repository
- Add a tag which will trigger a release build
- When finished, go to https://oss.sonatype.org/#stagingRepositories
- Select the uploaded artifact, should be in "Closed" state
- Click the "Release" button
Adding a feature or solving a problem
If you have and idea to extend and improve this library, please first create a ticket to discuss how it fits in the project and how it can be implemented.
If you find a bug, create a ticket, so we are aware of it and others with the same problem can contribute what they already investigated. And the quickest way to get a fix? Try to search for the cause of the problem or even better provide a code fix!
Join the team
You want to become a member of the Pi4J-team? Great idea! Send a short message to frank@pi4j.com with your experience, ideas, and what you would like to contribute to the project.
LICENSE
Pi4J Version 2.0 and later is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.