Class: IoT::BME280

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

Overview

combined atmospheric pressure, temperature & humidity 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

#initializeBME280

Returns a new instance of BME280.



69
70
71
# File 'lib/iot/bmx_sensor.rb', line 69

def initialize
  super('BME280')
end