class AtlasScientific::PH
Abstraction layer to EZO pH Circuit www.atlas-scientific.com/product_pages/circuits/ezo_ph.html
Public Class Methods
new(address = 0x63)
click to toggle source
Calls superclass method
AtlasScientific::I2CDevice::new
# File lib/atlas_scientific/ph.rb, line 7 def initialize(address = 0x63) super(address) end
Public Instance Methods
slope()
click to toggle source
# File lib/atlas_scientific/ph.rb, line 11 def slope execute('slope', '?') end