Uses of Interface
com.diozero.internal.spi.AnalogOutputDeviceFactoryInterface
-
Packages that use AnalogOutputDeviceFactoryInterface Package Description com.diozero.api Core APIs for interfacing with devices.com.diozero.devices Classes representing actual devices such as LEDs, Buttons as well as GPIO, devices that are connected via I2C, SPI and Serial interfaces.com.diozero.internal.provider.builtin The built-in default provider supporting GPIO, I2C, SPI and Serial device communication.com.diozero.internal.spi Service Provider Interface package. -
-
Uses of AnalogOutputDeviceFactoryInterface in com.diozero.api
Methods in com.diozero.api with parameters of type AnalogOutputDeviceFactoryInterface Modifier and Type Method Description AnalogOutputDevice.Builder
AnalogOutputDevice.Builder. setDeviceFactory(AnalogOutputDeviceFactoryInterface deviceFactory)
Constructors in com.diozero.api with parameters of type AnalogOutputDeviceFactoryInterface Constructor Description AnalogOutputDevice(AnalogOutputDeviceFactoryInterface deviceFactory, PinInfo pinInfo, float initialValue)
-
Uses of AnalogOutputDeviceFactoryInterface in com.diozero.devices
Classes in com.diozero.devices that implement AnalogOutputDeviceFactoryInterface Modifier and Type Class Description class
PCF8591
Analog to Digital Converter.class
PiconZero
-
Uses of AnalogOutputDeviceFactoryInterface in com.diozero.internal.provider.builtin
Classes in com.diozero.internal.provider.builtin that implement AnalogOutputDeviceFactoryInterface Modifier and Type Class Description class
DefaultDeviceFactory
-
Uses of AnalogOutputDeviceFactoryInterface in com.diozero.internal.spi
Subinterfaces of AnalogOutputDeviceFactoryInterface in com.diozero.internal.spi Modifier and Type Interface Description interface
NativeDeviceFactoryInterface
Classes in com.diozero.internal.spi that implement AnalogOutputDeviceFactoryInterface Modifier and Type Class Description class
BaseNativeDeviceFactory
Helper class for instantiating different devices via the configured provider.
-