class PCA9685GpioProviderPinCache extends GpioProviderPinCache
- See also
PCA9685GpioProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PCA9685GpioProviderPinCache
- GpioProviderPinCache
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PCA9685GpioProviderPinCache(pin: Pin)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAnalogValue(): Double
- Definition Classes
- GpioProviderPinCache
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getMode(): PinMode
- Definition Classes
- GpioProviderPinCache
- def getPwmOffValue(): Int
- def getPwmOnValue(): Int
- def getPwmValue(): Int
- Definition Classes
- PCA9685GpioProviderPinCache → GpioProviderPinCache
- Annotations
- @Override()
- def getResistance(): PinPullResistance
- Definition Classes
- GpioProviderPinCache
- def getState(): PinState
- Definition Classes
- GpioProviderPinCache
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isExported(): Boolean
- Definition Classes
- GpioProviderPinCache
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def setAnalogValue(arg0: Double): Unit
- Definition Classes
- GpioProviderPinCache
- def setExported(arg0: Boolean): Unit
- Definition Classes
- GpioProviderPinCache
- def setMode(arg0: PinMode): Unit
- Definition Classes
- GpioProviderPinCache
- def setPwmOffValue(pwmOffValue: Int): Unit
- def setPwmOnValue(pwmOnValue: Int): Unit
- def setPwmValue(value: Int): Unit
- Definition Classes
- PCA9685GpioProviderPinCache → GpioProviderPinCache
- Annotations
- @Override()
- def setResistance(arg0: PinPullResistance): Unit
- Definition Classes
- GpioProviderPinCache
- def setState(arg0: PinState): Unit
- Definition Classes
- GpioProviderPinCache
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- GpioProviderPinCache → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated