DOC

biz.aQute : osgi.enroute.iot.pi.provider

Maven & Gradle

Jan 07, 2020
4 stars

osgi.enroute.iot.pi.provider · This bundle wraps Pi4j (http://pi4j.com) that wraps the native code Wiring Pi (http://wiringpi.com). It wraps these libraries to make them OSGi friendly and allow them to work together with the OSGi enRoute IoT circuit library (osgi.enroute.iot.circuit). The bundle will first use Pi4J to detect on what hardware it runs. If it runs on an appropriate type, it will register a component that can be configured with Metatype. The Metatype defines a full blown configuration template for all the Pi's functions. The GPIO's are registered as components for the circuit. Regardless of the success of the configuration, this bundle will also register a GpioController service, which is the main Pi4J class.

Table Of Contents

Latest Version

Download biz.aQute : osgi.enroute.iot.pi.provider Javadoc & API Documentation - Latest Versions:

All Versions

Download biz.aQute : osgi.enroute.iot.pi.provider Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file osgi.enroute.iot.pi.provider-2.2.0-javadoc.jar to osgi.enroute.iot.pi.provider-2.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder osgi.enroute.iot.pi.provider-2.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "osgi.enroute.iot.pi.provider-2.2.0-sources.jar" -d "osgi.enroute.iot.pi.provider-2.2.0-javadoc" -subpackages 

Advertisement