CYW43::GPIO class of PicoRuby
Singleton methods
new
CYW43::GPIO.new(Integer pin) -> void
Instance methods
high?
instance.high?() -> bool
low?
instance.low?() -> bool
read
instance.read() -> GPIO::gpio_logic_t
write
instance.write(Integer) -> Integer