hybridgroup/artoo-pebble

View on GitHub
lib/artoo/adaptors/pebble.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'artoo/adaptors/adaptor'

module Artoo
  module Adaptors
    # Connect to a pebble device
    # @see device documentation for more information
    class Pebble < Adaptor
    end
  end
end