public interface GpioService<T extends SensorEventHeader> extends org.jflux.api.core.Notifier<ChannelBoolEvent<T>>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPinDirection(int channel) |
Boolean |
getPinValue(int channel) |
void |
setPinDirection(int channel,
boolean direction) |
void |
setPinValue(int channel,
boolean val) |
void |
setReadPeriod(DeviceReadPeriodEvent<T> readPeriod) |
static final boolean IN
static final boolean OUT
Boolean getPinDirection(int channel)
void setPinDirection(int channel,
boolean direction)
Boolean getPinValue(int channel)
void setPinValue(int channel,
boolean val)
void setReadPeriod(DeviceReadPeriodEvent<T> readPeriod)
Copyright © 2011-2016. All Rights Reserved.