Class DefaultNativeSpiDevice

java.lang.Object
com.diozero.internal.spi.AbstractDevice
com.diozero.internal.provider.builtin.DefaultNativeSpiDevice
All Implemented Interfaces:
DeviceInterface, SpiDeviceInterface, InternalDeviceInterface, InternalSpiDeviceInterface, AutoCloseable

public class DefaultNativeSpiDevice
extends AbstractDevice
implements InternalSpiDeviceInterface
  • Constructor Details

    • DefaultNativeSpiDevice

      public DefaultNativeSpiDevice​(DeviceFactoryInterface deviceFactory, String key, int controller, int chipSelect, int frequency, SpiClockMode spiClockMode, boolean lsbFirst)
  • Method Details