class 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/atlas_scientific/ec.rb, line 7
def initialize(address = 0x64)
  super(address)
end

Public Instance Methods

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