class GardenMessenger::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
GardenMessenger::AtlasScientific::I2CDevice::new
# File lib/garden_messenger/atlas_scientific/ph.rb, line 8 def initialize(address = 0x63) super(address) end
Public Instance Methods
slope()
click to toggle source
# File lib/garden_messenger/atlas_scientific/ph.rb, line 12 def slope execute('slope', '?') end