Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.devices.sensor.bmp085.BMP085 Class Reference
Inheritance diagram for webiopi.devices.sensor.bmp085.BMP085:
webiopi.devices.i2c.I2C webiopi.devices.sensor.Temperature webiopi.devices.sensor.Pressure webiopi.devices.bus.Bus webiopi.devices.sensor.bmp085.BMP180

Public Member Functions

def __init__
 
def __str__
 
def __family__
 
def readUnsignedInteger
 
def readSignedInteger
 
def readUT
 
def readUP
 
def getB5
 
def __getKelvin__
 
def __getCelsius__
 
def __getFahrenheit__
 
def __getPascal__
 
- Public Member Functions inherited from webiopi.devices.i2c.I2C
def __init__
 
def __str__
 
def readRegister
 
def readRegisters
 
def writeRegister
 
def writeRegisters
 
- Public Member Functions inherited from webiopi.devices.bus.Bus
def __init__
 
def open
 
def close
 
def read
 
def readBytes
 
def readByte
 
def write
 
def writeBytes
 
def writeByte
 
- Public Member Functions inherited from webiopi.devices.sensor.Temperature
def __family__
 
def __getKelvin__
 
def __getCelsius__
 
def __getFahrenheit__
 
def Kelvin2Celsius
 
def Kelvin2Fahrenheit
 
def Celsius2Kelvin
 
def Celsius2Fahrenheit
 
def Fahrenheit2Kelvin
 
def Fahrenheit2Celsius
 
def getKelvin
 
def getCelsius
 
def getFahrenheit
 
- Public Member Functions inherited from webiopi.devices.sensor.Pressure
def __init__
 
def __family__
 
def __getPascal__
 
def __getPascalAtSea__
 
def getPascal
 
def getHectoPascal
 
def getPascalAtSea
 
def getHectoPascalAtSea
 

Public Attributes

 ac1
 
 ac2
 
 ac3
 
 ac4
 
 ac5
 
 ac6
 
 b1
 
 b2
 
 mb
 
 mc
 
 md
 
- Public Attributes inherited from webiopi.devices.i2c.I2C
 channel
 
 slave
 
- Public Attributes inherited from webiopi.devices.bus.Bus
 busName
 
 device
 
 flag
 
 fd
 
- Public Attributes inherited from webiopi.devices.sensor.Pressure
 altitude
 
 external
 

Detailed Description

Definition at line 20 of file bmp085.py.

Constructor & Destructor Documentation

def webiopi.devices.sensor.bmp085.BMP085.__init__ (   self,
  altitude = 0,
  external = None 
)

Definition at line 21 of file bmp085.py.

Member Function Documentation

def webiopi.devices.sensor.bmp085.BMP085.__family__ (   self)

Definition at line 40 of file bmp085.py.

def webiopi.devices.sensor.bmp085.BMP085.__getCelsius__ (   self)

Definition at line 70 of file bmp085.py.

References webiopi.devices.sensor.bmp085.BMP085.getB5().

def webiopi.devices.sensor.bmp085.BMP085.__getFahrenheit__ (   self)

Definition at line 74 of file bmp085.py.

References webiopi.devices.sensor.Temperature.Celsius2Fahrenheit().

def webiopi.devices.sensor.bmp085.BMP085.__getKelvin__ (   self)

Definition at line 67 of file bmp085.py.

References webiopi.devices.sensor.Temperature.Celsius2Kelvin().

def webiopi.devices.sensor.bmp085.BMP085.__getPascal__ (   self)
def webiopi.devices.sensor.bmp085.BMP085.__str__ (   self)

Definition at line 37 of file bmp085.py.

def webiopi.devices.sensor.bmp085.BMP085.getB5 (   self)
def webiopi.devices.sensor.bmp085.BMP085.readSignedInteger (   self,
  address 
)
def webiopi.devices.sensor.bmp085.BMP085.readUnsignedInteger (   self,
  address 
)
def webiopi.devices.sensor.bmp085.BMP085.readUP (   self)
def webiopi.devices.sensor.bmp085.BMP085.readUT (   self)

Member Data Documentation

webiopi.devices.sensor.bmp085.BMP085.ac1

Definition at line 25 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.ac2

Definition at line 26 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.ac3

Definition at line 27 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.ac4

Definition at line 28 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.ac5

Definition at line 29 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.getB5().

webiopi.devices.sensor.bmp085.BMP085.ac6

Definition at line 30 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.getB5().

webiopi.devices.sensor.bmp085.BMP085.b1

Definition at line 31 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.b2

Definition at line 32 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().

webiopi.devices.sensor.bmp085.BMP085.mb

Definition at line 33 of file bmp085.py.

webiopi.devices.sensor.bmp085.BMP085.mc

Definition at line 34 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.getB5().

webiopi.devices.sensor.bmp085.BMP085.md

Definition at line 35 of file bmp085.py.

Referenced by webiopi.devices.sensor.bmp085.BMP085.getB5().


The documentation for this class was generated from the following file: