Uses of Enum Class
com.pi4j.io.spi.SpiChipSelect
Packages that use SpiChipSelect
-
Uses of SpiChipSelect in com.pi4j.io.spi
Fields in com.pi4j.io.spi declared as SpiChipSelectMethods in com.pi4j.io.spi that return SpiChipSelectModifier and TypeMethodDescriptionSpiConfig.chipSelect()chipSelect.static SpiChipSelectSpiChipSelect.getByNumber(int address) getByNumber.static SpiChipSelectSpiChipSelect.getByNumber(short address) getByNumber.default SpiChipSelectSpiConfig.getChipSelect()getFlags.static SpiChipSelectparse.static SpiChipSelectReturns the enum constant of this class with the specified name.static SpiChipSelect[]SpiChipSelect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.io.spi with parameters of type SpiChipSelectModifier and TypeMethodDescriptionSpiConfigBuilder.chipSelect(SpiChipSelect chipSelect) chipSelect.