Public Attributes | |
ac1 | |
ac2 | |
ac3 | |
ac4 | |
ac5 | |
ac6 | |
b1 | |
b2 | |
mb | |
mc | |
md | |
![]() | |
channel | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
![]() | |
altitude | |
external | |
def webiopi.devices.sensor.bmp085.BMP085.__init__ | ( | self, | |
altitude = 0 , |
|||
external = None |
|||
) |
def webiopi.devices.sensor.bmp085.BMP085.__family__ | ( | self | ) |
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 | ) |
Definition at line 77 of file bmp085.py.
References webiopi.devices.sensor.bmp085.BMP085.ac1, webiopi.devices.sensor.bmp085.BMP085.ac2, webiopi.devices.sensor.bmp085.BMP085.ac3, webiopi.devices.sensor.bmp085.BMP085.ac4, webiopi.devices.sensor.bmp085.BMP085.b1, webiopi.devices.sensor.bmp085.BMP085.b2, webiopi.devices.sensor.bmp085.BMP085.getB5(), and webiopi.devices.sensor.bmp085.BMP085.readUP().
def webiopi.devices.sensor.bmp085.BMP085.getB5 | ( | self | ) |
Definition at line 61 of file bmp085.py.
References webiopi.devices.sensor.bmp085.BMP085.ac5, webiopi.devices.sensor.bmp085.BMP085.ac6, webiopi.devices.sensor.bmp085.BMP085.mc, webiopi.devices.sensor.bmp085.BMP085.md, and webiopi.devices.sensor.bmp085.BMP085.readUT().
Referenced by webiopi.devices.sensor.bmp085.BMP085.__getCelsius__(), and webiopi.devices.sensor.bmp085.BMP085.__getPascal__().
def webiopi.devices.sensor.bmp085.BMP085.readSignedInteger | ( | self, | |
address | |||
) |
Definition at line 47 of file bmp085.py.
References webiopi.devices.sensor.bmp085.BMP085.readUnsignedInteger(), and webiopi.utils.types.signInteger().
def webiopi.devices.sensor.bmp085.BMP085.readUnsignedInteger | ( | self, | |
address | |||
) |
Definition at line 43 of file bmp085.py.
References webiopi.devices.i2c.I2C.readRegisters().
Referenced by webiopi.devices.sensor.bmp085.BMP085.readSignedInteger(), webiopi.devices.sensor.bmp085.BMP085.readUP(), and webiopi.devices.sensor.bmp085.BMP085.readUT().
def webiopi.devices.sensor.bmp085.BMP085.readUP | ( | self | ) |
Definition at line 56 of file bmp085.py.
References webiopi.devices.sensor.bmp085.BMP085.readUnsignedInteger(), webiopi.devices.i2c.I2C.writeRegister(), and webiopi.devices.digital.mcp23XXX.MCP23SXX.writeRegister().
Referenced by webiopi.devices.sensor.bmp085.BMP085.__getPascal__().
def webiopi.devices.sensor.bmp085.BMP085.readUT | ( | self | ) |
Definition at line 51 of file bmp085.py.
References webiopi.devices.sensor.bmp085.BMP085.readUnsignedInteger(), webiopi.devices.i2c.I2C.writeRegister(), and webiopi.devices.digital.mcp23XXX.MCP23SXX.writeRegister().
Referenced by webiopi.devices.sensor.bmp085.BMP085.getB5().
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.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().