Class GpioProviderPinCache

    • Constructor Detail

      • GpioProviderPinCache

        public GpioProviderPinCache​(Pin pin)
    • Method Detail

      • getMode

        public PinMode getMode()
      • setMode

        public void setMode​(PinMode mode)
      • setState

        public void setState​(PinState state)
      • getAnalogValue

        public double getAnalogValue()
      • setAnalogValue

        public void setAnalogValue​(double value)
      • getPwmValue

        public int getPwmValue()
      • setPwmValue

        public void setPwmValue​(int value)
      • isExported

        public boolean isExported()
      • setExported

        public void setExported​(boolean exported)