Method: HIDAPI.engine

Defined in:
lib/hidapi.rb

.engineObject

Gets the engine used by the API.

All engine methods can be passed through the HIDAPI module.



25
26
27
# File 'lib/hidapi.rb', line 25

def self.engine
  @engine ||= HIDAPI::Engine.new
end