CYW43::GPIO class of PicoRuby

Type aliases

gpio_logic_t

0 | 1

Singleton methods

new

CYW43::GPIO.new(Integer pin) -> void

Instance methods

high?

instance.high?() -> bool

low?

instance.low?() -> bool

read

instance.read() -> gpio_logic_t

write

instance.write(Integer) -> Integer
Tags: class