Class: IoT::BMP280

Inherits:
BMxSensor show all
Defined in:
lib/iot/bmx_sensor.rb

Overview

combined atmospheric pressure & temperature sensor

Instance Method Summary collapse

Methods inherited from BMxSensor

#hPa, #name, #pressure, #read_data, #to_s

Methods inherited from HumitureSensor

#humidity, #read_data, #to_s

Methods inherited from TemperatureSensor

#celsius, #fahrenheit, #kelvin, #read_data, #reaumur, #temperature, #to_s

Methods inherited from DigitalReceptor

one_wire_file

Methods inherited from Receptor

#model_name, #name, #read

Constructor Details

#initializeBMP280

Returns a new instance of BMP280.



63
64
65
# File 'lib/iot/bmx_sensor.rb', line 63

def initialize
  super('BMP280')
end