Class: BMP280
- Inherits:
-
BMxSensor
- Object
- Receptor
- DigitalReceptor
- DigitalSensor
- TemperatureSensor
- HumitureSensor
- BMxSensor
- BMP280
- Defined in:
- lib/bmx_sensor.rb
Instance Method Summary collapse
-
#initialize ⇒ BMP280
constructor
A new instance of BMP280.
Methods inherited from BMxSensor
#hPa, #pressure, #read_data, #to_s
Methods inherited from HumitureSensor
Methods inherited from TemperatureSensor
#celsius, #fahrenheit, #kelvin, #read_data, #reaumur, #temperature, #to_s
Methods inherited from DigitalReceptor
Methods inherited from Receptor
Constructor Details
#initialize ⇒ BMP280
Returns a new instance of BMP280.
77 78 79 |
# File 'lib/bmx_sensor.rb', line 77 def initialize super('BMP280') end |