class GardenMessenger::AtlasScientific::EC

Abstraction layer to EZO Conductivity Circuit www.atlas-scientific.com/product_pages/circuits/ezo_ec.html

Public Class Methods

new(address = 0x64) click to toggle source
Calls superclass method
# File lib/garden_messenger/atlas_scientific/ec.rb, line 8
def initialize(address = 0x64)
  super(address)
end

Public Instance Methods

k(*args) click to toggle source
# File lib/garden_messenger/atlas_scientific/ec.rb, line 16
def k(*args)
  execute('k', *args)
end
probe_type=(type) click to toggle source
# File lib/garden_messenger/atlas_scientific/ec.rb, line 12
def probe_type=(type)
  k(type)
end