public class OlimexAVRIOPin extends Object
This GPIO provider implements the Olimex AVR-IO-M-16 expansion board as native Pi4J GPIO pins. More information about the board can be found here: * https://www.olimex.com/Products/AVR/Development/AVR-IO-M16/
The Olimex AVR-IO board is connected via RS232 serial connection to the Raspberry Pi and provides 4 electromechanical RELAYs and 4 opto-isolated INPUT pins.
https://www.olimex.com/Products/AVR/Development/AVR-IO-M16/
Modifier and Type | Field and Description |
---|---|
static Pin |
IN_01 |
static Pin |
IN_02 |
static Pin |
IN_03 |
static Pin |
IN_04 |
static Pin[] |
INPUTS |
static Pin |
RELAY_01 |
static Pin |
RELAY_02 |
static Pin |
RELAY_03 |
static Pin |
RELAY_04 |
static Pin[] |
RELAYS |
Constructor and Description |
---|
OlimexAVRIOPin() |
public static final Pin RELAY_01
public static final Pin RELAY_02
public static final Pin RELAY_03
public static final Pin RELAY_04
public static final Pin IN_01
public static final Pin IN_02
public static final Pin IN_03
public static final Pin IN_04
public static Pin[] INPUTS
public static Pin[] RELAYS
Copyright © 2012–2016 Pi4J. All rights reserved.