Class: RPi::GPIO::GPIO

Inherits:
Object
  • Object
show all
Defined in:
lib/rpi_gpio.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_timeObject

Returns the value of attribute bounce_time.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def bounce_time
  @bounce_time
end

#edgeObject

Returns the value of attribute edge.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def edge
  @edge
end

#exportedObject

Returns the value of attribute exported.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def exported
  @exported
end

#gpioObject

Returns the value of attribute gpio.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def gpio
  @gpio
end

#initial_threadObject

Returns the value of attribute initial_thread.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def initial_thread
  @initial_thread
end

#initial_waitObject

Returns the value of attribute initial_wait.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def initial_wait
  @initial_wait
end

#last_callObject

Returns the value of attribute last_call.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def last_call
  @last_call
end

#thread_addedObject

Returns the value of attribute thread_added.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def thread_added
  @thread_added
end

#value_fileObject

Returns the value of attribute value_file.



316
317
318
# File 'lib/rpi_gpio.rb', line 316

def value_file
  @value_file
end