class GardenMessenger::AtlasScientific::Temperature
Abstraction layer to EZO RTD Temperature
Circuit www.atlas-scientific.com/product_pages/circuits/ezo_rtd.html
Public Class Methods
new(address = 0x66)
click to toggle source
Calls superclass method
GardenMessenger::AtlasScientific::I2CDevice::new
# File lib/garden_messenger/atlas_scientific/temperature.rb, line 8 def initialize(address = 0x66) super(address) end