OE - Pi  1.1
 All Classes Namespaces Functions
OpenElectrons_LSM303.MAG Class Reference

MAG: this class provides functions for magnetometer of the LSM303 IC for read and write operations. More...

Inheritance diagram for OpenElectrons_LSM303.MAG:
OpenElectrons_i2c.OpenElectrons_i2c

Public Member Functions

def __init__
 Initialize the class with the i2c address of the Magnetometer. More...
 
def readMagX
 Interprets signed 16 bit magnetometer value along x-axis. More...
 
def readMagY
 Interprets signed 16 bit magnetometer value along y-axis. More...
 
def readMagZ
 Interprets signed 16 bit magnetometer value along z-axis. More...
 
def readMagAll
 Reads the magnetometer. More...
 
def setMagnetGain
 Writes a desired gain value for the magnetometer. More...
 
- Public Member Functions inherited from OpenElectrons_i2c.OpenElectrons_i2c
def __init__
 Initialize the class with the i2c address of your device. More...
 
def errMsg
 Prints an error message if a read error is detected. More...
 
def writeByte
 Write a byte to your i2c device at a given location. More...
 
def readByte
 Read an unsigned byte from your i2c device at a given location. More...
 
def simpleWriteByte
 Write a byte to your i2c device at a given location. More...
 
def simpleReadByte
 Read an unsigned byte from your i2c device at a given location. More...
 
def readByteSigned
 Read a signed byte from your i2c device at a given location. More...
 
def readArray
 Read a byte array from your i2c device starting at a given location. More...
 
def writeArray
 Write a byte array from your i2c device starting at a given location. More...
 
def readString
 Read a string from your i2c device starting at a given location. More...
 
def readIntegerBE
 Read an unsigned 16 bit integer from your i2c device from a given location. More...
 
def readInteger
 Read an unsigned 16 bit integer from your i2c device from a given location. More...
 
def readIntegerSignedBE
 Read a signed 16 bit integer from your i2c device from a given location. More...
 
def readIntegerSigned
 Read a signed 16 bit integer from your i2c device from a given location. More...
 
def readLongBE
 Read an unsigned 32bit integer from your i2c device from a given location. More...
 
def readLong
 Read an unsigned 32bit integer from your i2c device from a given location. More...
 
def readLongSignedBE
 Read a signed 32bit integer from your i2c device from a given location. More...
 
def readLongSigned
 Read a signed 32bit integer from your i2c device from a given location. More...
 
def GetFirmwareVersion
 Read the firmware version of the i2c device. More...
 
def GetVendorName
 Read the vendor name of the i2c device. More...
 
def GetDeviceId
 Read the i2c device id. More...
 

Static Public Attributes

tuple MAG_ADDRESS = (0x3C)
 
int MAG_REG1 = 0x01
 
int MAG_REG4 = 0x02
 
int MAG_X_H = 0x03
 
int MAG_X_L = 0x04
 
int MAG_Y_H = 0x07
 
int MAG_Y_L = 0x08
 
int MAG_Z_H = 0x05
 
int MAG_Z_L = 0x06
 
int MAG_G13 = 0x20
 
int MAG_G19 = 0x40
 
int MAG_G25 = 0x60
 
int MAG_G40 = 0x80
 
int MAG_G47 = 0xA0
 
int MAG_G56 = 0xC0
 
int MAG_G81 = 0xE0
 

Additional Inherited Members

- Static Public Member Functions inherited from OpenElectrons_i2c.OpenElectrons_i2c
def pi_rev
 
def which_bus
 
- Public Attributes inherited from OpenElectrons_i2c.OpenElectrons_i2c
 address
 
 bus
 

Detailed Description

MAG: this class provides functions for magnetometer of the LSM303 IC for read and write operations.

Constructor & Destructor Documentation

def OpenElectrons_LSM303.MAG.__init__ (   self,
  mag_address = MAG_ADDRESS 
)

Initialize the class with the i2c address of the Magnetometer.

Parameters
selfThe object pointer.
i2c_addressAddress of your magnetometer.

Member Function Documentation

def OpenElectrons_LSM303.MAG.readMagAll (   self)

Reads the magnetometer.

Parameters
selfThe object pointer.
def OpenElectrons_LSM303.MAG.readMagX (   self)

Interprets signed 16 bit magnetometer value along x-axis.

Parameters
selfThe object pointer.
def OpenElectrons_LSM303.MAG.readMagY (   self)

Interprets signed 16 bit magnetometer value along y-axis.

Parameters
selfThe object pointer.
def OpenElectrons_LSM303.MAG.readMagZ (   self)

Interprets signed 16 bit magnetometer value along z-axis.

Parameters
selfThe object pointer.
def OpenElectrons_LSM303.MAG.setMagnetGain (   gain = MAG_G13)

Writes a desired gain value for the magnetometer.

Parameters
gainGain value to write to the magnetometer

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