Class: RPi::GPIO::GPIO
- Inherits:
-
Object
- Object
- RPi::GPIO::GPIO
- Defined in:
- lib/rpi_gpio.rb
Instance Attribute Summary collapse
-
#bounce_time ⇒ Object
Returns the value of attribute bounce_time.
-
#edge ⇒ Object
Returns the value of attribute edge.
-
#exported ⇒ Object
Returns the value of attribute exported.
-
#gpio ⇒ Object
Returns the value of attribute gpio.
-
#initial_thread ⇒ Object
Returns the value of attribute initial_thread.
-
#initial_wait ⇒ Object
Returns the value of attribute initial_wait.
-
#last_call ⇒ Object
Returns the value of attribute last_call.
-
#thread_added ⇒ Object
Returns the value of attribute thread_added.
-
#value_file ⇒ Object
Returns the value of attribute value_file.
Instance Attribute Details
#bounce_time ⇒ Object
Returns the value of attribute bounce_time.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def bounce_time @bounce_time end |
#edge ⇒ Object
Returns the value of attribute edge.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def edge @edge end |
#exported ⇒ Object
Returns the value of attribute exported.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def exported @exported end |
#gpio ⇒ Object
Returns the value of attribute gpio.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def gpio @gpio end |
#initial_thread ⇒ Object
Returns the value of attribute initial_thread.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def initial_thread @initial_thread end |
#initial_wait ⇒ Object
Returns the value of attribute initial_wait.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def initial_wait @initial_wait end |
#last_call ⇒ Object
Returns the value of attribute last_call.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def last_call @last_call end |
#thread_added ⇒ Object
Returns the value of attribute thread_added.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def thread_added @thread_added end |
#value_file ⇒ Object
Returns the value of attribute value_file.
316 317 318 |
# File 'lib/rpi_gpio.rb', line 316 def value_file @value_file end |