Class | Description |
---|---|
ADS1015DistanceSensorExample |
This example code demonstrates how to use the ADS1015 Pi4J GPIO interface
for analog input pins.
|
ADS1015GpioExample |
This example code demonstrates how to use the ADS1015 Pi4J GPIO interface
for analog input pins.
|
ADS1115DistanceSensorExample |
This example code demonstrates how to use the ADS1115 Pi4J GPIO interface
for analog input pins.
|
ADS1115GpioExample |
This example code demonstrates how to use the ADS1115 Pi4J GPIO interface
for analog input pins.
|
BlinkGpioExample |
This example code demonstrates how to perform simple
blinking LED logic of a GPIO pin on the Raspberry Pi
using the Pi4J library.
|
BlinkTriggerGpioExample |
This example code demonstrates how to setup blinking triggers for GPIO pins on the Raspberry Pi.
|
BroadcomPinNumberingGpioExample |
This example code demonstrates how to perform simple state
control of a GPIO pin on the Raspberry Pi.
|
ComputeModuleGpioExample |
This example code demonstrates how to perform simple state
control of a GPIO pin on the Raspberry Pi.
|
ControlGpioExample |
This example code demonstrates how to perform simple state
control of a GPIO pin on the Raspberry Pi.
|
CylonGpioExample |
This example code demonstrates how to perform a blinking cycle
(cylon effect) of a series of GPIO pins on the Raspberry Pi.
|
DebounceGpioExample |
This example code demonstrates how to setup a listener
for GPIO pin state changes on the Raspberry Pi.
|
FrequencyGpioExample |
This example code provides a continuous GPIO pin state
changes on the Raspberry Pi to allow measurement of
frequency.
|
GpioInputAllExample |
This example code demonstrates how to perform simple GPIO
pin state reading on the RaspberryPi platform fro all pins.
|
GpioInputExample |
This example code demonstrates how to perform simple GPIO
pin state reading on the Raspberry Pi.
|
GpioListenAllExample |
This example code demonstrates how to setup a listener
for all available GPIO pins on the RaspberryPi (by specific model).
|
GpioListenExample |
This example code demonstrates how to setup a listener
for GPIO pin state changes on the RaspberryPi.
|
GpioOutputExample |
This example code demonstrates how to perform simple state
control of a GPIO pin on the RaspberryPi.
|
GpioTest |
This example code demonstrates how to perform simple state
control of a GPIO pin on the BananaPi.
|
I2CExample |
This example code demonstrates how to perform simple I2C
communication on the Raspberry Pi.
|
I2CWiiMotionPlusExample | |
I2CWiiMotionPlusExample.ThreeAxis | |
I2CWiiMotionPlusExample.WiiMotionPlus | |
IFTTTMakerChannelTriggerExample |
This example code demonstrates how to listen to a GPIO input pin
on the Raspberry Pi and use the IFTTT Maker Channel trigger to
send a triggered event to the IFTTT web service API.
|
LcdExample | |
ListenGpioExample |
This example code demonstrates how to setup a listener
for GPIO pin state changes on the Raspberry Pi.
|
ListenMultipleGpioExample |
This example code demonstrates how to setup a listener
for GPIO pin state changes on the Raspberry Pi.
|
MCP23017GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
MCP23S17GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
MCP3004GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3004 ADC chip.
|
MCP3004GpioExampleNonMonitored |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3004 ADC chip.
|
MCP3008GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3008 ADC chip.
|
MCP3008GpioExampleNonMonitored |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3008 ADC chip.
|
MCP3204GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3204 ADC chip.
|
MCP3204GpioExampleNonMonitored |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3204 ADC chip.
|
MCP3208GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3208 ADC chip.
|
MCP3208GpioExampleNonMonitored |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin using the MCP3208 ADC chip.
|
MCP3424GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
MCP3424GpioExampleNonMonitored |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
MCP4725GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for analog output pin.
|
MultipurposePinGpioExample |
This example code demonstrates how to setup a multi-purpose
digital pin on the Raspberry Pi.
|
NonPrivilegedGpioExample |
This example code demonstrates how to use Pi4J with
non-privileged access (non-root/sudo) to GPIO pins on
the Raspberry Pi.
|
OlimexGpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
PCA9685GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO PWM pin control using the PCA9685 16-channel, 12-bit PWM I2C-bus LED/Servo controller.
|
PCA9685GpioServoExample |
Simple servo tester application demonstrating Pi4J's Servo component.
|
PCF8574GpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
PibrellaExample | |
PibrellaExample.SampleTuneThread |
THE EXAMPLE CODE FOR PLAYING THE TUNE IS BASED ON THE EXAMPLE PROVIDED IN THE THE WIRING PI PROJECT
https://git.drogon.net/?p=pibrella;a=blob;f=tune.c;h=9ea899048461e080cc3e141e1beef67489d9b756;hb=HEAD
|
PiFaceExample |
This example code demonstrates how to use the PiFace device interface
for GPIO pin state control and monitoring.
|
PiFaceGpioExample |
This example code demonstrates how to setup a custom GpioProvider
for GPIO pin state control and monitoring.
|
PwmExample |
This example code demonstrates how to setup a hardware supported PWM pin GpioProvider
|
RPIServoBlasterExample | |
SerialExample |
This example code demonstrates how to perform serial communications using the Raspberry Pi.
|
ShutdownGpioExample |
This example code demonstrates how to perform simple state
control of a GPIO pin on the Raspberry Pi.
|
SoftPwmExample |
This example code demonstrates how to setup a software emulated PWM pin using the RaspberryPi GPIO pins.
|
SpiExample |
This example code demonstrates how to perform basic SPI communications using the Raspberry Pi.
|
StepperMotorGpioExample |
This example code demonstrates how to control a stepper motor
using the GPIO pins on the Raspberry Pi.
|
SystemInfoExample |
This example code demonstrates how to access a few of the system information properties and
network information from the Raspberry Pi.
|
TriggerGpioExample |
This example code demonstrates how to setup simple triggers for GPIO pins on the Raspberry Pi.
|
UsageGpioExample |
This example code demonstrates how to setup simple triggers for GPIO pins on the Raspberry Pi.
|
UsageGpioExample.GpioUsageExampleListener | |
W1TempExample | |
WDTExample | |
WiringPiGpioExample | |
WiringPiGpioInterruptExample | |
WiringPiGpioInterruptExample2 | |
WiringPiGpioInterruptExample2.SampleCallbackClass | |
WiringPiLcdExample | |
WiringPiPinAltExample | |
WiringPiSerialExample | |
WiringPiSoftPWMExample | |
WiringPiSPIExample |
Copyright © 2012–2016 Pi4J. All rights reserved.