Package | Description |
---|---|
com.pi4j.io.i2c | |
com.pi4j.io.i2c.impl |
Modifier and Type | Method and Description |
---|---|
I2CBus |
I2CFactoryProviderRaspberry.getBus(int busNumber) |
I2CBus |
I2CFactoryProviderBanana.getBus(int busNumber) |
I2CBus |
I2CFactoryProvider.getBus(int busNumber) |
static I2CBus |
I2CFactory.getInstance(int busNumber)
Create new I2CBus instance
|
Modifier and Type | Class and Description |
---|---|
class |
I2CBusImpl
This is implementation of i2c bus.
|
class |
I2CBusImplBananaPi
This is implementation of i2c bus.
|
Modifier and Type | Method and Description |
---|---|
static I2CBus |
I2CBusImplBananaPi.getBus(int busNumber)
Factory method that returns bus implementation.
|
static I2CBus |
I2CBusImpl.getBus(int busNumber)
Factory method that returns bus implementation.
|
Constructor and Description |
---|
I2CDeviceImpl(I2CBus bus,
int address)
Constructor.
|
Copyright © 2012–2019 Pi4J. All rights reserved.