Source code for pyupm_lsm303agr

# This file was automatically generated by SWIG (http://www.swig.org).
# Version 3.0.8
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.





from sys import version_info
if version_info >= (2, 6, 0):
    def swig_import_helper():
        from os.path import dirname
        import imp
        fp = None
        try:
            fp, pathname, description = imp.find_module('_pyupm_lsm303agr', [dirname(__file__)])
        except ImportError:
            import _pyupm_lsm303agr
            return _pyupm_lsm303agr
        if fp is not None:
            try:
                _mod = imp.load_module('_pyupm_lsm303agr', fp, pathname, description)
            finally:
                fp.close()
            return _mod
    _pyupm_lsm303agr = swig_import_helper()
    del swig_import_helper
else:
    import _pyupm_lsm303agr
del version_info
try:
    _swig_property = property
except NameError:
    pass  # Python < 2.2 doesn't have 'property'.


def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
    if (name == "thisown"):
        return self.this.own(value)
    if (name == "this"):
        if type(value).__name__ == 'SwigPyObject':
            self.__dict__[name] = value
            return
    method = class_type.__swig_setmethods__.get(name, None)
    if method:
        return method(self, value)
    if (not static):
        if _newclass:
            object.__setattr__(self, name, value)
        else:
            self.__dict__[name] = value
    else:
        raise AttributeError("You cannot add attributes to %s" % self)


def _swig_setattr(self, class_type, name, value):
    return _swig_setattr_nondynamic(self, class_type, name, value, 0)


def _swig_getattr_nondynamic(self, class_type, name, static=1):
    if (name == "thisown"):
        return self.this.own()
    method = class_type.__swig_getmethods__.get(name, None)
    if method:
        return method(self)
    if (not static):
        return object.__getattr__(self, name)
    else:
        raise AttributeError(name)

def _swig_getattr(self, class_type, name):
    return _swig_getattr_nondynamic(self, class_type, name, 0)


def _swig_repr(self):
    try:
        strthis = "proxy of " + self.this.__repr__()
    except Exception:
        strthis = ""
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)

try:
    _object = object
    _newclass = 1
except AttributeError:
    class _object:
        pass
    _newclass = 0



def getVersion():
    return _pyupm_lsm303agr.getVersion()
getVersion = _pyupm_lsm303agr.getVersion
[docs]class SwigPyIterator(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name) def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract") __repr__ = _swig_repr __swig_destroy__ = _pyupm_lsm303agr.delete_SwigPyIterator __del__ = lambda self: None
[docs] def value(self): return _pyupm_lsm303agr.SwigPyIterator_value(self)
[docs] def incr(self, n=1): return _pyupm_lsm303agr.SwigPyIterator_incr(self, n)
[docs] def decr(self, n=1): return _pyupm_lsm303agr.SwigPyIterator_decr(self, n)
[docs] def distance(self, x): return _pyupm_lsm303agr.SwigPyIterator_distance(self, x)
[docs] def equal(self, x): return _pyupm_lsm303agr.SwigPyIterator_equal(self, x)
[docs] def copy(self): return _pyupm_lsm303agr.SwigPyIterator_copy(self)
[docs] def next(self): return _pyupm_lsm303agr.SwigPyIterator_next(self)
def __next__(self): return _pyupm_lsm303agr.SwigPyIterator___next__(self)
[docs] def previous(self): return _pyupm_lsm303agr.SwigPyIterator_previous(self)
[docs] def advance(self, n): return _pyupm_lsm303agr.SwigPyIterator_advance(self, n)
def __eq__(self, x): return _pyupm_lsm303agr.SwigPyIterator___eq__(self, x) def __ne__(self, x): return _pyupm_lsm303agr.SwigPyIterator___ne__(self, x) def __iadd__(self, n): return _pyupm_lsm303agr.SwigPyIterator___iadd__(self, n) def __isub__(self, n): return _pyupm_lsm303agr.SwigPyIterator___isub__(self, n) def __add__(self, n): return _pyupm_lsm303agr.SwigPyIterator___add__(self, n) def __sub__(self, *args): return _pyupm_lsm303agr.SwigPyIterator___sub__(self, *args) def __iter__(self): return self
SwigPyIterator_swigregister = _pyupm_lsm303agr.SwigPyIterator_swigregister SwigPyIterator_swigregister(SwigPyIterator)
[docs]class intVector(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, intVector, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, intVector, name) __repr__ = _swig_repr
[docs] def iterator(self): return _pyupm_lsm303agr.intVector_iterator(self)
def __iter__(self): return self.iterator() def __nonzero__(self): return _pyupm_lsm303agr.intVector___nonzero__(self) def __bool__(self): return _pyupm_lsm303agr.intVector___bool__(self) def __len__(self): return _pyupm_lsm303agr.intVector___len__(self) def __getslice__(self, i, j): return _pyupm_lsm303agr.intVector___getslice__(self, i, j) def __setslice__(self, *args): return _pyupm_lsm303agr.intVector___setslice__(self, *args) def __delslice__(self, i, j): return _pyupm_lsm303agr.intVector___delslice__(self, i, j) def __delitem__(self, *args): return _pyupm_lsm303agr.intVector___delitem__(self, *args) def __getitem__(self, *args): return _pyupm_lsm303agr.intVector___getitem__(self, *args) def __setitem__(self, *args): return _pyupm_lsm303agr.intVector___setitem__(self, *args)
[docs] def pop(self): return _pyupm_lsm303agr.intVector_pop(self)
[docs] def append(self, x): return _pyupm_lsm303agr.intVector_append(self, x)
[docs] def empty(self): return _pyupm_lsm303agr.intVector_empty(self)
[docs] def size(self): return _pyupm_lsm303agr.intVector_size(self)
[docs] def swap(self, v): return _pyupm_lsm303agr.intVector_swap(self, v)
[docs] def begin(self): return _pyupm_lsm303agr.intVector_begin(self)
[docs] def end(self): return _pyupm_lsm303agr.intVector_end(self)
[docs] def rbegin(self): return _pyupm_lsm303agr.intVector_rbegin(self)
[docs] def rend(self): return _pyupm_lsm303agr.intVector_rend(self)
[docs] def clear(self): return _pyupm_lsm303agr.intVector_clear(self)
[docs] def get_allocator(self): return _pyupm_lsm303agr.intVector_get_allocator(self)
[docs] def pop_back(self): return _pyupm_lsm303agr.intVector_pop_back(self)
[docs] def erase(self, *args): return _pyupm_lsm303agr.intVector_erase(self, *args)
def __init__(self, *args): this = _pyupm_lsm303agr.new_intVector(*args) try: self.this.append(this) except Exception: self.this = this
[docs] def push_back(self, x): return _pyupm_lsm303agr.intVector_push_back(self, x)
[docs] def front(self): return _pyupm_lsm303agr.intVector_front(self)
[docs] def back(self): return _pyupm_lsm303agr.intVector_back(self)
[docs] def assign(self, n, x): return _pyupm_lsm303agr.intVector_assign(self, n, x)
[docs] def resize(self, *args): return _pyupm_lsm303agr.intVector_resize(self, *args)
[docs] def insert(self, *args): return _pyupm_lsm303agr.intVector_insert(self, *args)
[docs] def reserve(self, n): return _pyupm_lsm303agr.intVector_reserve(self, n)
[docs] def capacity(self): return _pyupm_lsm303agr.intVector_capacity(self)
__swig_destroy__ = _pyupm_lsm303agr.delete_intVector __del__ = lambda self: None
intVector_swigregister = _pyupm_lsm303agr.intVector_swigregister intVector_swigregister(intVector)
[docs]class int16Vector(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, int16Vector, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, int16Vector, name) __repr__ = _swig_repr
[docs] def iterator(self): return _pyupm_lsm303agr.int16Vector_iterator(self)
def __iter__(self): return self.iterator() def __nonzero__(self): return _pyupm_lsm303agr.int16Vector___nonzero__(self) def __bool__(self): return _pyupm_lsm303agr.int16Vector___bool__(self) def __len__(self): return _pyupm_lsm303agr.int16Vector___len__(self) def __getslice__(self, i, j): return _pyupm_lsm303agr.int16Vector___getslice__(self, i, j) def __setslice__(self, *args): return _pyupm_lsm303agr.int16Vector___setslice__(self, *args) def __delslice__(self, i, j): return _pyupm_lsm303agr.int16Vector___delslice__(self, i, j) def __delitem__(self, *args): return _pyupm_lsm303agr.int16Vector___delitem__(self, *args) def __getitem__(self, *args): return _pyupm_lsm303agr.int16Vector___getitem__(self, *args) def __setitem__(self, *args): return _pyupm_lsm303agr.int16Vector___setitem__(self, *args)
[docs] def pop(self): return _pyupm_lsm303agr.int16Vector_pop(self)
[docs] def append(self, x): return _pyupm_lsm303agr.int16Vector_append(self, x)
[docs] def empty(self): return _pyupm_lsm303agr.int16Vector_empty(self)
[docs] def size(self): return _pyupm_lsm303agr.int16Vector_size(self)
[docs] def swap(self, v): return _pyupm_lsm303agr.int16Vector_swap(self, v)
[docs] def begin(self): return _pyupm_lsm303agr.int16Vector_begin(self)
[docs] def end(self): return _pyupm_lsm303agr.int16Vector_end(self)
[docs] def rbegin(self): return _pyupm_lsm303agr.int16Vector_rbegin(self)
[docs] def rend(self): return _pyupm_lsm303agr.int16Vector_rend(self)
[docs] def clear(self): return _pyupm_lsm303agr.int16Vector_clear(self)
[docs] def get_allocator(self): return _pyupm_lsm303agr.int16Vector_get_allocator(self)
[docs] def pop_back(self): return _pyupm_lsm303agr.int16Vector_pop_back(self)
[docs] def erase(self, *args): return _pyupm_lsm303agr.int16Vector_erase(self, *args)
def __init__(self, *args): this = _pyupm_lsm303agr.new_int16Vector(*args) try: self.this.append(this) except Exception: self.this = this
[docs] def push_back(self, x): return _pyupm_lsm303agr.int16Vector_push_back(self, x)
[docs] def front(self): return _pyupm_lsm303agr.int16Vector_front(self)
[docs] def back(self): return _pyupm_lsm303agr.int16Vector_back(self)
[docs] def assign(self, n, x): return _pyupm_lsm303agr.int16Vector_assign(self, n, x)
[docs] def resize(self, *args): return _pyupm_lsm303agr.int16Vector_resize(self, *args)
[docs] def insert(self, *args): return _pyupm_lsm303agr.int16Vector_insert(self, *args)
[docs] def reserve(self, n): return _pyupm_lsm303agr.int16Vector_reserve(self, n)
[docs] def capacity(self): return _pyupm_lsm303agr.int16Vector_capacity(self)
__swig_destroy__ = _pyupm_lsm303agr.delete_int16Vector __del__ = lambda self: None
int16Vector_swigregister = _pyupm_lsm303agr.int16Vector_swigregister int16Vector_swigregister(int16Vector)
[docs]class floatVector(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, floatVector, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, floatVector, name) __repr__ = _swig_repr
[docs] def iterator(self): return _pyupm_lsm303agr.floatVector_iterator(self)
def __iter__(self): return self.iterator() def __nonzero__(self): return _pyupm_lsm303agr.floatVector___nonzero__(self) def __bool__(self): return _pyupm_lsm303agr.floatVector___bool__(self) def __len__(self): return _pyupm_lsm303agr.floatVector___len__(self) def __getslice__(self, i, j): return _pyupm_lsm303agr.floatVector___getslice__(self, i, j) def __setslice__(self, *args): return _pyupm_lsm303agr.floatVector___setslice__(self, *args) def __delslice__(self, i, j): return _pyupm_lsm303agr.floatVector___delslice__(self, i, j) def __delitem__(self, *args): return _pyupm_lsm303agr.floatVector___delitem__(self, *args) def __getitem__(self, *args): return _pyupm_lsm303agr.floatVector___getitem__(self, *args) def __setitem__(self, *args): return _pyupm_lsm303agr.floatVector___setitem__(self, *args)
[docs] def pop(self): return _pyupm_lsm303agr.floatVector_pop(self)
[docs] def append(self, x): return _pyupm_lsm303agr.floatVector_append(self, x)
[docs] def empty(self): return _pyupm_lsm303agr.floatVector_empty(self)
[docs] def size(self): return _pyupm_lsm303agr.floatVector_size(self)
[docs] def swap(self, v): return _pyupm_lsm303agr.floatVector_swap(self, v)
[docs] def begin(self): return _pyupm_lsm303agr.floatVector_begin(self)
[docs] def end(self): return _pyupm_lsm303agr.floatVector_end(self)
[docs] def rbegin(self): return _pyupm_lsm303agr.floatVector_rbegin(self)
[docs] def rend(self): return _pyupm_lsm303agr.floatVector_rend(self)
[docs] def clear(self): return _pyupm_lsm303agr.floatVector_clear(self)
[docs] def get_allocator(self): return _pyupm_lsm303agr.floatVector_get_allocator(self)
[docs] def pop_back(self): return _pyupm_lsm303agr.floatVector_pop_back(self)
[docs] def erase(self, *args): return _pyupm_lsm303agr.floatVector_erase(self, *args)
def __init__(self, *args): this = _pyupm_lsm303agr.new_floatVector(*args) try: self.this.append(this) except Exception: self.this = this
[docs] def push_back(self, x): return _pyupm_lsm303agr.floatVector_push_back(self, x)
[docs] def front(self): return _pyupm_lsm303agr.floatVector_front(self)
[docs] def back(self): return _pyupm_lsm303agr.floatVector_back(self)
[docs] def assign(self, n, x): return _pyupm_lsm303agr.floatVector_assign(self, n, x)
[docs] def resize(self, *args): return _pyupm_lsm303agr.floatVector_resize(self, *args)
[docs] def insert(self, *args): return _pyupm_lsm303agr.floatVector_insert(self, *args)
[docs] def reserve(self, n): return _pyupm_lsm303agr.floatVector_reserve(self, n)
[docs] def capacity(self): return _pyupm_lsm303agr.floatVector_capacity(self)
__swig_destroy__ = _pyupm_lsm303agr.delete_floatVector __del__ = lambda self: None
floatVector_swigregister = _pyupm_lsm303agr.floatVector_swigregister floatVector_swigregister(floatVector)
[docs]class doubleVector(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, doubleVector, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, doubleVector, name) __repr__ = _swig_repr
[docs] def iterator(self): return _pyupm_lsm303agr.doubleVector_iterator(self)
def __iter__(self): return self.iterator() def __nonzero__(self): return _pyupm_lsm303agr.doubleVector___nonzero__(self) def __bool__(self): return _pyupm_lsm303agr.doubleVector___bool__(self) def __len__(self): return _pyupm_lsm303agr.doubleVector___len__(self) def __getslice__(self, i, j): return _pyupm_lsm303agr.doubleVector___getslice__(self, i, j) def __setslice__(self, *args): return _pyupm_lsm303agr.doubleVector___setslice__(self, *args) def __delslice__(self, i, j): return _pyupm_lsm303agr.doubleVector___delslice__(self, i, j) def __delitem__(self, *args): return _pyupm_lsm303agr.doubleVector___delitem__(self, *args) def __getitem__(self, *args): return _pyupm_lsm303agr.doubleVector___getitem__(self, *args) def __setitem__(self, *args): return _pyupm_lsm303agr.doubleVector___setitem__(self, *args)
[docs] def pop(self): return _pyupm_lsm303agr.doubleVector_pop(self)
[docs] def append(self, x): return _pyupm_lsm303agr.doubleVector_append(self, x)
[docs] def empty(self): return _pyupm_lsm303agr.doubleVector_empty(self)
[docs] def size(self): return _pyupm_lsm303agr.doubleVector_size(self)
[docs] def swap(self, v): return _pyupm_lsm303agr.doubleVector_swap(self, v)
[docs] def begin(self): return _pyupm_lsm303agr.doubleVector_begin(self)
[docs] def end(self): return _pyupm_lsm303agr.doubleVector_end(self)
[docs] def rbegin(self): return _pyupm_lsm303agr.doubleVector_rbegin(self)
[docs] def rend(self): return _pyupm_lsm303agr.doubleVector_rend(self)
[docs] def clear(self): return _pyupm_lsm303agr.doubleVector_clear(self)
[docs] def get_allocator(self): return _pyupm_lsm303agr.doubleVector_get_allocator(self)
[docs] def pop_back(self): return _pyupm_lsm303agr.doubleVector_pop_back(self)
[docs] def erase(self, *args): return _pyupm_lsm303agr.doubleVector_erase(self, *args)
def __init__(self, *args): this = _pyupm_lsm303agr.new_doubleVector(*args) try: self.this.append(this) except Exception: self.this = this
[docs] def push_back(self, x): return _pyupm_lsm303agr.doubleVector_push_back(self, x)
[docs] def front(self): return _pyupm_lsm303agr.doubleVector_front(self)
[docs] def back(self): return _pyupm_lsm303agr.doubleVector_back(self)
[docs] def assign(self, n, x): return _pyupm_lsm303agr.doubleVector_assign(self, n, x)
[docs] def resize(self, *args): return _pyupm_lsm303agr.doubleVector_resize(self, *args)
[docs] def insert(self, *args): return _pyupm_lsm303agr.doubleVector_insert(self, *args)
[docs] def reserve(self, n): return _pyupm_lsm303agr.doubleVector_reserve(self, n)
[docs] def capacity(self): return _pyupm_lsm303agr.doubleVector_capacity(self)
__swig_destroy__ = _pyupm_lsm303agr.delete_doubleVector __del__ = lambda self: None
doubleVector_swigregister = _pyupm_lsm303agr.doubleVector_swigregister doubleVector_swigregister(doubleVector)
[docs]class byteVector(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, byteVector, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, byteVector, name) __repr__ = _swig_repr
[docs] def iterator(self): return _pyupm_lsm303agr.byteVector_iterator(self)
def __iter__(self): return self.iterator() def __nonzero__(self): return _pyupm_lsm303agr.byteVector___nonzero__(self) def __bool__(self): return _pyupm_lsm303agr.byteVector___bool__(self) def __len__(self): return _pyupm_lsm303agr.byteVector___len__(self) def __getslice__(self, i, j): return _pyupm_lsm303agr.byteVector___getslice__(self, i, j) def __setslice__(self, *args): return _pyupm_lsm303agr.byteVector___setslice__(self, *args) def __delslice__(self, i, j): return _pyupm_lsm303agr.byteVector___delslice__(self, i, j) def __delitem__(self, *args): return _pyupm_lsm303agr.byteVector___delitem__(self, *args) def __getitem__(self, *args): return _pyupm_lsm303agr.byteVector___getitem__(self, *args) def __setitem__(self, *args): return _pyupm_lsm303agr.byteVector___setitem__(self, *args)
[docs] def pop(self): return _pyupm_lsm303agr.byteVector_pop(self)
[docs] def append(self, x): return _pyupm_lsm303agr.byteVector_append(self, x)
[docs] def empty(self): return _pyupm_lsm303agr.byteVector_empty(self)
[docs] def size(self): return _pyupm_lsm303agr.byteVector_size(self)
[docs] def swap(self, v): return _pyupm_lsm303agr.byteVector_swap(self, v)
[docs] def begin(self): return _pyupm_lsm303agr.byteVector_begin(self)
[docs] def end(self): return _pyupm_lsm303agr.byteVector_end(self)
[docs] def rbegin(self): return _pyupm_lsm303agr.byteVector_rbegin(self)
[docs] def rend(self): return _pyupm_lsm303agr.byteVector_rend(self)
[docs] def clear(self): return _pyupm_lsm303agr.byteVector_clear(self)
[docs] def get_allocator(self): return _pyupm_lsm303agr.byteVector_get_allocator(self)
[docs] def pop_back(self): return _pyupm_lsm303agr.byteVector_pop_back(self)
[docs] def erase(self, *args): return _pyupm_lsm303agr.byteVector_erase(self, *args)
def __init__(self, *args): this = _pyupm_lsm303agr.new_byteVector(*args) try: self.this.append(this) except Exception: self.this = this
[docs] def push_back(self, x): return _pyupm_lsm303agr.byteVector_push_back(self, x)
[docs] def front(self): return _pyupm_lsm303agr.byteVector_front(self)
[docs] def back(self): return _pyupm_lsm303agr.byteVector_back(self)
[docs] def assign(self, n, x): return _pyupm_lsm303agr.byteVector_assign(self, n, x)
[docs] def resize(self, *args): return _pyupm_lsm303agr.byteVector_resize(self, *args)
[docs] def insert(self, *args): return _pyupm_lsm303agr.byteVector_insert(self, *args)
[docs] def reserve(self, n): return _pyupm_lsm303agr.byteVector_reserve(self, n)
[docs] def capacity(self): return _pyupm_lsm303agr.byteVector_capacity(self)
__swig_destroy__ = _pyupm_lsm303agr.delete_byteVector __del__ = lambda self: None
byteVector_swigregister = _pyupm_lsm303agr.byteVector_swigregister byteVector_swigregister(byteVector) _pyupm_lsm303agr.LSM303AGR_DEFAULT_I2C_BUS_swigconstant(_pyupm_lsm303agr) LSM303AGR_DEFAULT_I2C_BUS = _pyupm_lsm303agr.LSM303AGR_DEFAULT_I2C_BUS _pyupm_lsm303agr.LSM303AGR_DEFAULT_ACC_ADDR_swigconstant(_pyupm_lsm303agr) LSM303AGR_DEFAULT_ACC_ADDR = _pyupm_lsm303agr.LSM303AGR_DEFAULT_ACC_ADDR _pyupm_lsm303agr.LSM303AGR_DEFAULT_MAG_ADDR_swigconstant(_pyupm_lsm303agr) LSM303AGR_DEFAULT_MAG_ADDR = _pyupm_lsm303agr.LSM303AGR_DEFAULT_MAG_ADDR _pyupm_lsm303agr.LSM303AGR_CHIPID_ACC_swigconstant(_pyupm_lsm303agr) LSM303AGR_CHIPID_ACC = _pyupm_lsm303agr.LSM303AGR_CHIPID_ACC _pyupm_lsm303agr.LSM303AGR_CHIPID_MAG_swigconstant(_pyupm_lsm303agr) LSM303AGR_CHIPID_MAG = _pyupm_lsm303agr.LSM303AGR_CHIPID_MAG _pyupm_lsm303agr.LSM303AGR_MAX_ACC_ADDR_swigconstant(_pyupm_lsm303agr) LSM303AGR_MAX_ACC_ADDR = _pyupm_lsm303agr.LSM303AGR_MAX_ACC_ADDR _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_AUX_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_STATUS_REG_AUX_A = _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_AUX_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_TEMP_L_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_TEMP_L_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_TEMP_L_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_TEMP_H_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_TEMP_H_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_TEMP_H_A _pyupm_lsm303agr.LSM303AGR_REG_INT_COUNTER_REG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT_COUNTER_REG_A = _pyupm_lsm303agr.LSM303AGR_REG_INT_COUNTER_REG_A _pyupm_lsm303agr.LSM303AGR_REG_WHO_AM_I_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_WHO_AM_I_A = _pyupm_lsm303agr.LSM303AGR_REG_WHO_AM_I_A _pyupm_lsm303agr.LSM303AGR_REG_TEMP_CFG_REG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_TEMP_CFG_REG_A = _pyupm_lsm303agr.LSM303AGR_REG_TEMP_CFG_REG_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG1_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG1_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG1_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG2_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG2_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG2_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG3_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG3_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG3_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG4_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG4_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG4_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG5_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG5_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG5_A _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG6_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CTRL_REG6_A = _pyupm_lsm303agr.LSM303AGR_REG_CTRL_REG6_A _pyupm_lsm303agr.LSM303AGR_REG_REFERENCE_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_REFERENCE = _pyupm_lsm303agr.LSM303AGR_REG_REFERENCE _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_STATUS_REG_A = _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_X_L_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_X_L_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_X_L_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_X_H_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_X_H_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_X_H_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_Y_L_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_Y_L_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_Y_L_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_Y_H_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_Y_H_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_Y_H_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_Z_L_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_Z_L_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_Z_L_A _pyupm_lsm303agr.LSM303AGR_REG_OUT_Z_H_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUT_Z_H_A = _pyupm_lsm303agr.LSM303AGR_REG_OUT_Z_H_A _pyupm_lsm303agr.LSM303AGR_REG_FIFO_CTRL_REG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_FIFO_CTRL_REG_A = _pyupm_lsm303agr.LSM303AGR_REG_FIFO_CTRL_REG_A _pyupm_lsm303agr.LSM303AGR_REG_FIFO_SRC_REG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_FIFO_SRC_REG_A = _pyupm_lsm303agr.LSM303AGR_REG_FIFO_SRC_REG_A _pyupm_lsm303agr.LSM303AGR_REG_INT1_CFG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT1_CFG_A = _pyupm_lsm303agr.LSM303AGR_REG_INT1_CFG_A _pyupm_lsm303agr.LSM303AGR_REG_INT1_SRC_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT1_SRC_A = _pyupm_lsm303agr.LSM303AGR_REG_INT1_SRC_A _pyupm_lsm303agr.LSM303AGR_REG_INT1_THS_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT1_THS_A = _pyupm_lsm303agr.LSM303AGR_REG_INT1_THS_A _pyupm_lsm303agr.LSM303AGR_REG_INT1_DUR_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT1_DUR_A = _pyupm_lsm303agr.LSM303AGR_REG_INT1_DUR_A _pyupm_lsm303agr.LSM303AGR_REG_INT2_CFG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT2_CFG_A = _pyupm_lsm303agr.LSM303AGR_REG_INT2_CFG_A _pyupm_lsm303agr.LSM303AGR_REG_INT2_SRC_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT2_SRC_A = _pyupm_lsm303agr.LSM303AGR_REG_INT2_SRC_A _pyupm_lsm303agr.LSM303AGR_REG_INT2_THS_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT2_THS_A = _pyupm_lsm303agr.LSM303AGR_REG_INT2_THS_A _pyupm_lsm303agr.LSM303AGR_REG_INT2_DUR_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT2_DUR_A = _pyupm_lsm303agr.LSM303AGR_REG_INT2_DUR_A _pyupm_lsm303agr.LSM303AGR_REG_CLICK_CFG_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CLICK_CFG_A = _pyupm_lsm303agr.LSM303AGR_REG_CLICK_CFG_A _pyupm_lsm303agr.LSM303AGR_REG_CLICK_SRC_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CLICK_SRC_A = _pyupm_lsm303agr.LSM303AGR_REG_CLICK_SRC_A _pyupm_lsm303agr.LSM303AGR_REG_CLICK_THS_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CLICK_THS_A = _pyupm_lsm303agr.LSM303AGR_REG_CLICK_THS_A _pyupm_lsm303agr.LSM303AGR_REG_TIME_LIMIT_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_TIME_LIMIT = _pyupm_lsm303agr.LSM303AGR_REG_TIME_LIMIT _pyupm_lsm303agr.LSM303AGR_REG_TIME_LATENCY_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_TIME_LATENCY_A = _pyupm_lsm303agr.LSM303AGR_REG_TIME_LATENCY_A _pyupm_lsm303agr.LSM303AGR_REG_TIME_WINDOW_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_TIME_WINDOW_A = _pyupm_lsm303agr.LSM303AGR_REG_TIME_WINDOW_A _pyupm_lsm303agr.LSM303AGR_REG_ACT_THS_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_ACT_THS_A = _pyupm_lsm303agr.LSM303AGR_REG_ACT_THS_A _pyupm_lsm303agr.LSM303AGR_REG_ACT_DUR_A_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_ACT_DUR_A = _pyupm_lsm303agr.LSM303AGR_REG_ACT_DUR_A _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_X_REG_L_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_X_REG_L_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_X_REG_L_M _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_X_REG_H_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_X_REG_H_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_X_REG_H_M _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Y_REG_L_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_Y_REG_L_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Y_REG_L_M _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Y_REG_H_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_Y_REG_H_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Y_REG_H_M _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Z_REG_L_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_Z_REG_L_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Z_REG_L_M _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Z_REG_H_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OFFSET_Z_REG_H_M = _pyupm_lsm303agr.LSM303AGR_REG_OFFSET_Z_REG_H_M _pyupm_lsm303agr.LSM303AGR_REG_WHO_AM_I_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_WHO_AM_I_M = _pyupm_lsm303agr.LSM303AGR_REG_WHO_AM_I_M _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_A_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CFG_REG_A_M = _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_A_M _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_B_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CFG_REG_B_M = _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_B_M _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_C_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_CFG_REG_C_M = _pyupm_lsm303agr.LSM303AGR_REG_CFG_REG_C_M _pyupm_lsm303agr.LSM303AGR_REG_INT_CTRL_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT_CTRL_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_INT_CTRL_REG_M _pyupm_lsm303agr.LSM303AGR_REG_INT_SRC_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT_SRC_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_INT_SRC_REG_M _pyupm_lsm303agr.LSM303AGR_REG_INT_THS_L_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT_THS_L_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_INT_THS_L_REG_M _pyupm_lsm303agr.LSM303AGR_REG_INT_THS_H_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_INT_THS_H_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_INT_THS_H_REG_M _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_STATUS_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_STATUS_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTX_L_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTX_L_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTX_L_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTX_H_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTX_H_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTX_H_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTY_L_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTY_L_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTY_L_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTY_H_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTY_H_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTY_H_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTZ_L_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTZ_L_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTZ_L_REG_M _pyupm_lsm303agr.LSM303AGR_REG_OUTZ_H_REG_M_swigconstant(_pyupm_lsm303agr) LSM303AGR_REG_OUTZ_H_REG_M = _pyupm_lsm303agr.LSM303AGR_REG_OUTZ_H_REG_M _pyupm_lsm303agr.LSM303AGR_STATUS_REG_AUX_A_TDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_AUX_A_TDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_AUX_A_TDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_AUX_A_TOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_AUX_A_TOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_AUX_A_TOR _pyupm_lsm303agr.LSM303AGR_TEMP_CFG_REG_A_TEMP_EN0_swigconstant(_pyupm_lsm303agr) LSM303AGR_TEMP_CFG_REG_A_TEMP_EN0 = _pyupm_lsm303agr.LSM303AGR_TEMP_CFG_REG_A_TEMP_EN0 _pyupm_lsm303agr.LSM303AGR_TEMP_CFG_REG_A_TEMP_EN1_swigconstant(_pyupm_lsm303agr) LSM303AGR_TEMP_CFG_REG_A_TEMP_EN1 = _pyupm_lsm303agr.LSM303AGR_TEMP_CFG_REG_A_TEMP_EN1 _pyupm_lsm303agr._LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_MASK = _pyupm_lsm303agr._LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_MASK _pyupm_lsm303agr._LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_SHIFT = _pyupm_lsm303agr._LSM303AGR_TEMP_CFG_REG_A_TEMP_EN_SHIFT _pyupm_lsm303agr.LSM303AGR_TEMP_EN_OFF_swigconstant(_pyupm_lsm303agr) LSM303AGR_TEMP_EN_OFF = _pyupm_lsm303agr.LSM303AGR_TEMP_EN_OFF _pyupm_lsm303agr.LSM303AGR_TEMP_EN_ON_swigconstant(_pyupm_lsm303agr) LSM303AGR_TEMP_EN_ON = _pyupm_lsm303agr.LSM303AGR_TEMP_EN_ON _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_XEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_XEN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_XEN _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_YEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_YEN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_YEN _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ZEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_ZEN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ZEN _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_LPEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_LPEN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_LPEN _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_ODR0 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR0 _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_ODR1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_ODR2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR3_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG1_A_ODR3 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG1_A_ODR3 _pyupm_lsm303agr._LSM303AGR_CTRL_REG1_A_ODR_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG1_A_ODR_MASK = _pyupm_lsm303agr._LSM303AGR_CTRL_REG1_A_ODR_MASK _pyupm_lsm303agr._LSM303AGR_CTRL_REG1_A_ODR_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG1_A_ODR_SHIFT = _pyupm_lsm303agr._LSM303AGR_CTRL_REG1_A_ODR_SHIFT _pyupm_lsm303agr.LSM303AGR_A_ODR_POWER_DOWN_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_POWER_DOWN = _pyupm_lsm303agr.LSM303AGR_A_ODR_POWER_DOWN _pyupm_lsm303agr.LSM303AGR_A_ODR_1HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_1HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_1HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_10HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_10HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_10HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_25HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_25HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_25HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_50HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_50HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_50HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_100HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_100HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_100HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_200HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_200HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_200HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_400HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_400HZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_400HZ _pyupm_lsm303agr.LSM303AGR_A_ODR_1_620KHZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_1_620KHZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_1_620KHZ _pyupm_lsm303agr.LSM303AGR_A_ODR_1_344KHZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ODR_1_344KHZ = _pyupm_lsm303agr.LSM303AGR_A_ODR_1_344KHZ _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPIS1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPIS1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPIS1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPIS2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPIS2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPIS2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCLICK_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPCLICK = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCLICK _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_FDS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_FDS = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_FDS _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCF1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPCF1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCF1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCF2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPCF2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPCF2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPM0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPM0 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPM0 _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPM1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG2_A_HPM1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG2_A_HPM1 _pyupm_lsm303agr._LSM303AGR_CTRL_REG2_A_HPM_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG2_A_HPM_MASK = _pyupm_lsm303agr._LSM303AGR_CTRL_REG2_A_HPM_MASK _pyupm_lsm303agr._LSM303AGR_CTRL_REG2_A_HPM_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG2_A_HPM_SHIFT = _pyupm_lsm303agr._LSM303AGR_CTRL_REG2_A_HPM_SHIFT _pyupm_lsm303agr.LSM303AGR_A_HPM_NORMAL_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_HPM_NORMAL = _pyupm_lsm303agr.LSM303AGR_A_HPM_NORMAL _pyupm_lsm303agr.LSM303AGR_A_HPM_REF_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_HPM_REF = _pyupm_lsm303agr.LSM303AGR_A_HPM_REF _pyupm_lsm303agr.LSM303AGR_A_HPM_NORMAL2_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_HPM_NORMAL2 = _pyupm_lsm303agr.LSM303AGR_A_HPM_NORMAL2 _pyupm_lsm303agr.LSM303AGR_A_HPM_AUTORESET_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_HPM_AUTORESET = _pyupm_lsm303agr.LSM303AGR_A_HPM_AUTORESET _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_OVERRUN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_OVERRUN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_OVERRUN _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_WTM_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_WTM = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_WTM _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_DRDY2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_DRDY2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_DRDY2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_DRDY1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_DRDY1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_DRDY1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_AOI2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_AOI2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_AOI2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_AOI1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_AOI1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_AOI1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_CLICK_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG3_A_I1_CLICK = _pyupm_lsm303agr.LSM303AGR_CTRL_REG3_A_I1_CLICK _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_SPI_ENABLE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_SPI_ENABLE = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_SPI_ENABLE _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_ST0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_ST0 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_ST0 _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_ST1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_ST1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_ST1 _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_ST_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG4_A_ST_MASK = _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_ST_MASK _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_ST_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG4_A_ST_SHIFT = _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_ST_SHIFT _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_HR_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_HR = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_HR _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_FS0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_FS0 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_FS0 _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_FS1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_FS1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_FS1 _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_FS_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG4_A_FS_MASK = _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_FS_MASK _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_FS_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CTRL_REG4_A_FS_SHIFT = _pyupm_lsm303agr._LSM303AGR_CTRL_REG4_A_FS_SHIFT _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_BLE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_BLE = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_BLE _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_BDU_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG4_A_BDU = _pyupm_lsm303agr.LSM303AGR_CTRL_REG4_A_BDU _pyupm_lsm303agr.LSM303AGR_A_ST_NORMAL_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ST_NORMAL = _pyupm_lsm303agr.LSM303AGR_A_ST_NORMAL _pyupm_lsm303agr.LSM303AGR_A_ST_0_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ST_0 = _pyupm_lsm303agr.LSM303AGR_A_ST_0 _pyupm_lsm303agr.LSM303AGR_A_ST_1_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_ST_1 = _pyupm_lsm303agr.LSM303AGR_A_ST_1 _pyupm_lsm303agr.LSM303AGR_A_FS_2G_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FS_2G = _pyupm_lsm303agr.LSM303AGR_A_FS_2G _pyupm_lsm303agr.LSM303AGR_A_FS_4G_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FS_4G = _pyupm_lsm303agr.LSM303AGR_A_FS_4G _pyupm_lsm303agr.LSM303AGR_A_FS_8G_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FS_8G = _pyupm_lsm303agr.LSM303AGR_A_FS_8G _pyupm_lsm303agr.LSM303AGR_A_FS_16G_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FS_16G = _pyupm_lsm303agr.LSM303AGR_A_FS_16G _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_D4D_INT2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_D4D_INT2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_D4D_INT2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_LIR_INT2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_LIR_INT2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_LIR_INT2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_D4D_INT1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_D4D_INT1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_D4D_INT1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_LIR_INT1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_LIR_INT1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_LIR_INT1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_FIFO_EN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_FIFO_EN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_FIFO_EN _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_BOOT_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG5_A_BOOT = _pyupm_lsm303agr.LSM303AGR_CTRL_REG5_A_BOOT _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_H_LACTIVE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_H_LACTIVE = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_H_LACTIVE _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_P2_ACT_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_P2_ACT = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_P2_ACT _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_BOOT_I2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_BOOT_I2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_BOOT_I2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_INT2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_I2_INT2 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_INT2 _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_INT1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_I2_INT1 = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_INT1 _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_CLICK_EN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CTRL_REG6_A_I2_CLICK_EN = _pyupm_lsm303agr.LSM303AGR_CTRL_REG6_A_I2_CLICK_EN _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_XDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_XDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_XDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_YDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_YDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_YDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_ZDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZYXDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_ZYXDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZYXDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_XOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_XOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_XOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_YOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_YOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_YOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_ZOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZYXOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_A_ZYXOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_A_ZYXOR _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH0_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FTH0 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH0 _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH1_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FTH1 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH1 _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH2_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FTH2 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH2 _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH3_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FTH3 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH3 _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH4_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FTH4 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FTH4 _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FTH_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_CTRL_REG_A_FTH_MASK = _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FTH_MASK _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FTH_SHIF_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_CTRL_REG_A_FTH_SHIF = _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FTH_SHIF _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_TR_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_TR = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_TR _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FM0_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FM0 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FM0 _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FM1_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_CTRL_REG_A_FM1 = _pyupm_lsm303agr.LSM303AGR_FIFO_CTRL_REG_A_FM1 _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FM_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_CTRL_REG_A_FM_MASK = _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FM_MASK _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FM_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_CTRL_REG_A_FM_SHIFT = _pyupm_lsm303agr._LSM303AGR_FIFO_CTRL_REG_A_FM_SHIFT _pyupm_lsm303agr.LSM303AGR_A_FM_BYPASS_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FM_BYPASS = _pyupm_lsm303agr.LSM303AGR_A_FM_BYPASS _pyupm_lsm303agr.LSM303AGR_A_FM_FIFO_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FM_FIFO = _pyupm_lsm303agr.LSM303AGR_A_FM_FIFO _pyupm_lsm303agr.LSM303AGR_A_FM_STREAM_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FM_STREAM = _pyupm_lsm303agr.LSM303AGR_A_FM_STREAM _pyupm_lsm303agr.LSM303AGR_A_FM_STREAM_TO_FIFO_swigconstant(_pyupm_lsm303agr) LSM303AGR_A_FM_STREAM_TO_FIFO = _pyupm_lsm303agr.LSM303AGR_A_FM_STREAM_TO_FIFO _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS0_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_FSS0 = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS0 _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS1_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_FSS1 = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS1 _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS2_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_FSS2 = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS2 _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS3_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_FSS3 = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS3 _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS4_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_FSS4 = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_FSS4 _pyupm_lsm303agr._LSM303AGR_FIFO_SRC_REG_A_FSS_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_SRC_REG_A_FSS_MASK = _pyupm_lsm303agr._LSM303AGR_FIFO_SRC_REG_A_FSS_MASK _pyupm_lsm303agr._LSM303AGR_FIFO_SRC_REG_A_FSS_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_FIFO_SRC_REG_A_FSS_SHIFT = _pyupm_lsm303agr._LSM303AGR_FIFO_SRC_REG_A_FSS_SHIFT _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_EMPTY_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_EMPTY = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_EMPTY _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_OVRN_FIFO_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_OVRN_FIFO = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_OVRN_FIFO _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_WTM_swigconstant(_pyupm_lsm303agr) LSM303AGR_FIFO_SRC_REG_A_WTM = _pyupm_lsm303agr.LSM303AGR_FIFO_SRC_REG_A_WTM _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_XLIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_XLIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_XLIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_XHIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_XHIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_XHIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_YLIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_YLIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_YLIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_YHIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_YHIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_YHIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_ZLIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_ZLIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_ZLIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_ZHIE_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_ZHIE = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_ZHIE _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_6D_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_6D = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_6D _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_AOI_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CFG_A_AOI = _pyupm_lsm303agr.LSM303AGR_INT_CFG_A_AOI _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_XL_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_XL = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_XL _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_XH_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_XH = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_XH _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_YL_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_YL = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_YL _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_YH_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_YH = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_YH _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_ZL_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_ZL = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_ZL _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_ZH_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_ZH = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_ZH _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_IA_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_A_IA = _pyupm_lsm303agr.LSM303AGR_INT_SRC_A_IA _pyupm_lsm303agr.LSM303AGR_INT_THS0_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS0 = _pyupm_lsm303agr.LSM303AGR_INT_THS0 _pyupm_lsm303agr.LSM303AGR_INT_THS1_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS1 = _pyupm_lsm303agr.LSM303AGR_INT_THS1 _pyupm_lsm303agr.LSM303AGR_INT_THS2_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS2 = _pyupm_lsm303agr.LSM303AGR_INT_THS2 _pyupm_lsm303agr.LSM303AGR_INT_THS3_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS3 = _pyupm_lsm303agr.LSM303AGR_INT_THS3 _pyupm_lsm303agr.LSM303AGR_INT_THS4_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS4 = _pyupm_lsm303agr.LSM303AGR_INT_THS4 _pyupm_lsm303agr.LSM303AGR_INT_THS5_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS5 = _pyupm_lsm303agr.LSM303AGR_INT_THS5 _pyupm_lsm303agr.LSM303AGR_INT_THS6_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_THS6 = _pyupm_lsm303agr.LSM303AGR_INT_THS6 _pyupm_lsm303agr._LSM303AGR_INT_THS_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_INT_THS_MASK = _pyupm_lsm303agr._LSM303AGR_INT_THS_MASK _pyupm_lsm303agr._LSM303AGR_INT_THS_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_INT_THS_SHIFT = _pyupm_lsm303agr._LSM303AGR_INT_THS_SHIFT _pyupm_lsm303agr.LSM303AGR_INT_DUR0_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR0 = _pyupm_lsm303agr.LSM303AGR_INT_DUR0 _pyupm_lsm303agr.LSM303AGR_INT_DUR1_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR1 = _pyupm_lsm303agr.LSM303AGR_INT_DUR1 _pyupm_lsm303agr.LSM303AGR_INT_DUR2_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR2 = _pyupm_lsm303agr.LSM303AGR_INT_DUR2 _pyupm_lsm303agr.LSM303AGR_INT_DUR3_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR3 = _pyupm_lsm303agr.LSM303AGR_INT_DUR3 _pyupm_lsm303agr.LSM303AGR_INT_DUR4_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR4 = _pyupm_lsm303agr.LSM303AGR_INT_DUR4 _pyupm_lsm303agr.LSM303AGR_INT_DUR5_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR5 = _pyupm_lsm303agr.LSM303AGR_INT_DUR5 _pyupm_lsm303agr.LSM303AGR_INT_DUR6_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_DUR6 = _pyupm_lsm303agr.LSM303AGR_INT_DUR6 _pyupm_lsm303agr._LSM303AGR_INT_DUR_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_INT_DUR_MASK = _pyupm_lsm303agr._LSM303AGR_INT_DUR_MASK _pyupm_lsm303agr._LSM303AGR_INT_DUR_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_INT_DUR_SHIFT = _pyupm_lsm303agr._LSM303AGR_INT_DUR_SHIFT _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_XS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_XS = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_XS _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_XD_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_XD = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_XD _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_YS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_YS = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_YS _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_YD_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_YD = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_YD _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_ZS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_ZS = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_ZS _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_ZD_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_CFG_A_ZD = _pyupm_lsm303agr.LSM303AGR_CLICK_CFG_A_ZD _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_X_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_X = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_X _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_Y_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_Y = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_Y _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_Z_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_Z = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_Z _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_SIGN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_SIGN = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_SIGN _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_SCLICK_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_SCLICK = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_SCLICK _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_DCLICK_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_DCLICK = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_DCLICK _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_IA_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_SRC_A_IA = _pyupm_lsm303agr.LSM303AGR_CLICK_SRC_A_IA _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS0 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS0 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS1 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS1 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS2_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS2 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS2 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS3_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS3 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS3 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS4_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS4 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS4 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS5_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS5 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS5 _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS6_swigconstant(_pyupm_lsm303agr) LSM303AGR_CLICK_A_THS6 = _pyupm_lsm303agr.LSM303AGR_CLICK_A_THS6 _pyupm_lsm303agr._LSM303AGR_CLICK_A_THS_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CLICK_A_THS_MASK = _pyupm_lsm303agr._LSM303AGR_CLICK_A_THS_MASK _pyupm_lsm303agr._LSM303AGR_CLICK_A_THS_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CLICK_A_THS_SHIFT = _pyupm_lsm303agr._LSM303AGR_CLICK_A_THS_SHIFT _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI0_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI0 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI0 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI1_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI1 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI1 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI2_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI2 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI2 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI3_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI3 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI3 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI4_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI4 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI4 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI5_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI5 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI5 _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI6_swigconstant(_pyupm_lsm303agr) LSM303AGR_TIME_LIMIT_A_TLI6 = _pyupm_lsm303agr.LSM303AGR_TIME_LIMIT_A_TLI6 _pyupm_lsm303agr._LSM303AGR_TIME_LIMIT_A_TLI_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_TIME_LIMIT_A_TLI_MASK = _pyupm_lsm303agr._LSM303AGR_TIME_LIMIT_A_TLI_MASK _pyupm_lsm303agr._LSM303AGR_TIME_LIMIT_A_TLI_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_TIME_LIMIT_A_TLI_SHIFT = _pyupm_lsm303agr._LSM303AGR_TIME_LIMIT_A_TLI_SHIFT _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_MD0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_MD0 = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_MD0 _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_MD1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_MD1 = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_MD1 _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_MD_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CFG_REG_A_M_MD_MASK = _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_MD_MASK _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_MD_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CFG_REG_A_M_MD_SHIFT = _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_MD_SHIFT _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_ODR0_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_ODR0 = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_ODR0 _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_ODR1_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_ODR1 = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_ODR1 _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_ODR_MASK_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CFG_REG_A_M_ODR_MASK = _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_ODR_MASK _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_ODR_SHIFT_swigconstant(_pyupm_lsm303agr) _LSM303AGR_CFG_REG_A_M_ODR_SHIFT = _pyupm_lsm303agr._LSM303AGR_CFG_REG_A_M_ODR_SHIFT _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_LP_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_LP = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_LP _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_SOFT_RESET_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_SOFT_RESET = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_SOFT_RESET _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_REBOOT_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_REBOOT = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_REBOOT _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_COMP_TEMP_EN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_A_M_COMP_TEMP_EN = _pyupm_lsm303agr.LSM303AGR_CFG_REG_A_M_COMP_TEMP_EN _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_CONTINUOUS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_MD_CONTINUOUS = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_CONTINUOUS _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_SINGLE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_MD_SINGLE = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_SINGLE _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_IDLE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_MD_IDLE = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_MD_IDLE _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_10HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_ODR_10HZ = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_10HZ _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_20HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_ODR_20HZ = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_20HZ _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_50HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_ODR_50HZ = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_50HZ _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_100HZ_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_A_M_ODR_100HZ = _pyupm_lsm303agr.LSM303AGR_CFG_A_M_ODR_100HZ _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_LPF_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_B_M_LPF = _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_LPF _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_OFF_CANC_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_B_M_OFF_CANC = _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_OFF_CANC _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_SET_FREQ_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_B_M_SET_FREQ = _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_SET_FREQ _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_INT_ON_DATA_OFF_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_B_M_INT_ON_DATA_OFF = _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_INT_ON_DATA_OFF _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_OFF_CANC_ONE_SHOT_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_B_M_OFF_CANC_ONE_SHOT = _pyupm_lsm303agr.LSM303AGR_CFG_REG_B_M_OFF_CANC_ONE_SHOT _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_INT_MAG_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_INT_MAG = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_INT_MAG _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_SELF_TEST_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_SELF_TEST = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_SELF_TEST _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_BLE_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_BLE = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_BLE _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_BDU_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_BDU = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_BDU _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_I2C_DIS_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_I2C_DIS = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_I2C_DIS _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_INT_MAG_PIN_swigconstant(_pyupm_lsm303agr) LSM303AGR_CFG_REG_C_M_INT_MAG_PIN = _pyupm_lsm303agr.LSM303AGR_CFG_REG_C_M_INT_MAG_PIN _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_IEN = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEN _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEL_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_IEL = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEL _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEA_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_IEA = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_IEA _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_ZIEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_ZIEN = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_ZIEN _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_YIEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_YIEN = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_YIEN _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_XIEN_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_CTRL_REG_M_XIEN = _pyupm_lsm303agr.LSM303AGR_INT_CTRL_REG_M_XIEN _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_MROI_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_MROI = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_MROI _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_Z_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_N_TH_S_Z = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_Z _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_Y_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_N_TH_S_Y = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_Y _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_X_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_N_TH_S_X = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_N_TH_S_X _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_Z_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_P_TH_S_Z = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_Z _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_Y_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_P_TH_S_Y = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_Y _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_X_swigconstant(_pyupm_lsm303agr) LSM303AGR_INT_SRC_REG_M_P_TH_S_X = _pyupm_lsm303agr.LSM303AGR_INT_SRC_REG_M_P_TH_S_X _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_XDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_XDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_XDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_YDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_YDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_YDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_ZDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZYXDA_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_ZYXDA = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZYXDA _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_XOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_XOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_XOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_YOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_YOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_YOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_ZOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZOR _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZYXOR_swigconstant(_pyupm_lsm303agr) LSM303AGR_STATUS_REG_M_ZYXOR = _pyupm_lsm303agr.LSM303AGR_STATUS_REG_M_ZYXOR _pyupm_lsm303agr.LSM303AGR_INTERRUPT_ACC_1_swigconstant(_pyupm_lsm303agr) LSM303AGR_INTERRUPT_ACC_1 = _pyupm_lsm303agr.LSM303AGR_INTERRUPT_ACC_1 _pyupm_lsm303agr.LSM303AGR_INTERRUPT_ACC_2_swigconstant(_pyupm_lsm303agr) LSM303AGR_INTERRUPT_ACC_2 = _pyupm_lsm303agr.LSM303AGR_INTERRUPT_ACC_2 _pyupm_lsm303agr.LSM303AGR_INTERRUPT_MAG_swigconstant(_pyupm_lsm303agr) LSM303AGR_INTERRUPT_MAG = _pyupm_lsm303agr.LSM303AGR_INTERRUPT_MAG _pyupm_lsm303agr.LSM303AGR_POWER_LOW_POWER_swigconstant(_pyupm_lsm303agr) LSM303AGR_POWER_LOW_POWER = _pyupm_lsm303agr.LSM303AGR_POWER_LOW_POWER _pyupm_lsm303agr.LSM303AGR_POWER_NORMAL_swigconstant(_pyupm_lsm303agr) LSM303AGR_POWER_NORMAL = _pyupm_lsm303agr.LSM303AGR_POWER_NORMAL _pyupm_lsm303agr.LSM303AGR_POWER_HIGH_RESOLUTION_swigconstant(_pyupm_lsm303agr) LSM303AGR_POWER_HIGH_RESOLUTION = _pyupm_lsm303agr.LSM303AGR_POWER_HIGH_RESOLUTION
[docs]class LSM303AGR(_object): """ API for the LSM303AGR 3-Axis Geomagnetic Sensor. ID: lsm303agr Name: Ultra-compact high-performance eCompass module Category: compass Manufacturer: stmicro Connection: i2c gpio Link:http://www.st.com/en/mems-and-sensors/lsm303agr.html The LSM303AGR is an ultra-low-power high-performance system-in-package featuring a 3D digital linear acceleration sensor and a 3D digital magnetic sensor. The LSM303AGR has linear acceleration full scales of 2g/4g/8g/16g and a magnetic field dynamic range of 50 Gauss. Not all functionality of this chip has been implemented in this driver, however all the pieces are present to add any desired functionality. This driver supports only I2C operation. This device requires 3.3v operation. C++ includes: lsm303agr.hpp """ __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, LSM303AGR, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, LSM303AGR, name) __repr__ = _swig_repr def __init__(self, bus=0, acc_addr=0x19, mag_addr=0x1e): """ LSM303AGR(int bus=LSM303AGR_DEFAULT_I2C_BUS, int acc_addr=LSM303AGR_DEFAULT_ACC_ADDR, int mag_addr=LSM303AGR_DEFAULT_MAG_ADDR) LSM303AGR constructor This driver can only support I2C. SPI requires support for 3-wire SPI which we cannot currently handle. Only the basic capabilities of the device are supported, however there is a full register map defined ( lsm303agr_defs.h), and with access to the bus read/write functions, any desired additional functionality can be implemented. Parameters: ----------- bus: I2C bus to use acc_addr: The I2C address of the accelerometer. Use -1 if you do not wish to use the accelerometer. mag_addr: The I2C address of the magnetometer. Use -1 if you do not wish to use the magnetometer. The device context, or NULL if an error occurred Exceptions: ----------- std::runtime_error: on failure. """ this = _pyupm_lsm303agr.new_LSM303AGR(bus, acc_addr, mag_addr) try: self.this.append(this) except Exception: self.this = this __swig_destroy__ = _pyupm_lsm303agr.delete_LSM303AGR __del__ = lambda self: None
[docs] def update(self): """ void update() Update the internal stored values from sensor data. This method must be called before querying the acceleration, magnetometer, or temperature. Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_update(self)
[docs] def getMagnetometer(self, *args): """ std::vector< float > getMagnetometer() Return magnetometer data in micro-Teslas (uT) in the form of a floating point vector. update() must have been called prior to calling this method. A floating point vector containing x, y, and z in that order """ return _pyupm_lsm303agr.LSM303AGR_getMagnetometer(self, *args)
[docs] def getAccelerometer(self, *args): """ std::vector< float > getAccelerometer() Return acceleration data in gravities in the form of a floating point vector. update() must have been called prior to calling this method. A floating point vector containing x, y, and z in that order """ return _pyupm_lsm303agr.LSM303AGR_getAccelerometer(self, *args)
[docs] def getTemperature(self): """ float getTemperature() Return temperature data in degrees Celsius. NOTE: This is not the ambient room temperature. update() must have been called prior to calling this method. Temperature in degrees Celsius """ return _pyupm_lsm303agr.LSM303AGR_getTemperature(self)
[docs] def init(self, usage=LSM303AGR_POWER_HIGH_RESOLUTION): """ void init(LSM303AGR_POWER_MODE_T usage=LSM303AGR_POWER_HIGH_RESOLUTION) Initialize the device and start operation. This function is called from the constructor so it will not typically need to be called by a user unless the device is reset. It will initialize the accelerometer and magnetometer (if enabled) to certain default running modes. For the accelerometer, the full scale will be set to 2G, mode continuous, all axes enabled, BDU enabled, temperature measurement enabled, and an output data rate (ODR) of 100Hz with the power mode set at high resolution. For the magnetometer, temperature compensation will be enabled, mode continuous, and an output data rate of 10Hz with the power mode set at high resolution. Parameters: ----------- usage: One of the LSM303AGR_POWER_MODE_T values. The default is LSM303AGR_POWER_HIGH_RESOLUTION. Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_init(self, usage)
[docs] def setFullScale(self, fs): """ void setFullScale(LSM303AGR_A_FS_T fs) Set the full scale (sensitivity) value for the accelerometer. This device supports 2G, 4G, 8G, and 16G full scale modes. Parameters: ----------- fs: One of the LSM303AGR_A_FS_T values Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setFullScale(self, fs)
[docs] def setPowerMode(self, mode): """ void setPowerMode(LSM303AGR_POWER_MODE_T mode) Set an operating power mode. There are 3 modes available: low power, normal, and high resolution. Parameters: ----------- mode: One of the LSM303AGR_POWER_MODE_T values. The default set at initialization time is LSM303AGR_POWER_HIGH_RESOLUTION. Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setPowerMode(self, mode)
[docs] def setAccelerometerODR(self, odr): """ void setAccelerometerODR(LSM303AGR_A_ODR_T odr) Set the accelerometer output data rate (ODR) Parameters: ----------- odr: One of the LSM303AGR_A_ODR_T values. The default set at initialization time is LSM303AGR_A_ODR_100HZ. Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setAccelerometerODR(self, odr)
[docs] def setMagnetometerODR(self, odr): """ void setMagnetometerODR(LSM303AGR_CFG_A_M_ODR_T odr) Set the magnetometer output data rate (ODR) Parameters: ----------- odr: One of the LSM303AGR_CFG_A_M_ODR_T values. The default set at initialization time is LSM303AGR_CFG_A_M_ODR_10HZ. Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setMagnetometerODR(self, odr)
[docs] def getAccelerometerInt1Config(self): """ uint8_t getAccelerometerInt1Config() Return the accelerometer interrupt 1 config register. This register allows you to enable various interrupt conditions. See the datasheet for details. A bitmask of LSM303AGR_INT_CFG_A_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getAccelerometerInt1Config(self)
[docs] def getAccelerometerInt2Config(self): """ uint8_t getAccelerometerInt2Config() Return the accelerometer interrupt 2 config register. This register allows you to enable various interrupt conditions. See the datasheet for details. A bitmask of LSM303AGR_INT_CFG_A_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getAccelerometerInt2Config(self)
[docs] def setAccelerometerInt1Config(self, bits): """ void setAccelerometerInt1Config(uint8_t bits) Set the accelerometer interrupt 1 config register. See the datasheet for details. Parameters: ----------- dev: The device context bits: A bitmask of LSM303AGR_INT_CFG_A_BITS_T bits Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setAccelerometerInt1Config(self, bits)
[docs] def setAccelerometerInt2Config(self, bits): """ void setAccelerometerInt2Config(uint8_t bits) Set the accelerometer interrupt 2 config register. See the datasheet for details. Parameters: ----------- dev: The device context bits: A bitmask of LSM303AGR_INT_CFG_A_BITS_T bits Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setAccelerometerInt2Config(self, bits)
[docs] def getMagnetometerIntConfig(self): """ uint8_t getMagnetometerIntConfig() Return the magnetometer interrupt config register. See the datasheet for details. A bitmask of LSM303AGR_INT_CTRL_REG_M_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getMagnetometerIntConfig(self)
[docs] def setMagnetometerIntConfig(self, bits): """ void setMagnetometerIntConfig(uint8_t bits) Set the magnetometer (mag) interrupt config register. See the datasheet for details. Parameters: ----------- bits: A bitmask of LSM303AGR_INT_CTRL_REG_M_BITS_T bits Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_setMagnetometerIntConfig(self, bits)
[docs] def getAccelerometerInt1Src(self): """ uint8_t getAccelerometerInt1Src() Return the accelerometer interrupt 1 source register. This register indicates which interrupts have been triggered. See the datasheet for details. a bitmask of LSM303AGR_INT_SRC_A_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getAccelerometerInt1Src(self)
[docs] def getAccelerometerInt2Src(self): """ uint8_t getAccelerometerInt2Src() Return the accelerometer interrupt 2 source register. This register indicates which interrupts have been triggered. See the datasheet for details. a bitmask of LSM303AGR_INT_SRC_A_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getAccelerometerInt2Src(self)
[docs] def getMagnetometerIntSrc(self): """ uint8_t getMagnetometerIntSrc() Return the magnetometer (mag) interrupt source register. This register indicates which interrupts have been triggered. See the datasheet for details. Parameters: ----------- dev: The device context a bitmask of LSM303AGR_INT_SRC_REG_M_BITS_T bits """ return _pyupm_lsm303agr.LSM303AGR_getMagnetometerIntSrc(self)
[docs] def installISR(self, intr, gpio, level, isr, arg): """ void installISR(LSM303AGR_INTERRUPT_PINS_T intr, int gpio, mraa::Edge level, void(*isr)(void *), void *arg) Install an interrupt handler Parameters: ----------- intr: One of the LSM303AGR_INTERRUPT_PINS_T values specifying which interrupt pin you are installing gpio: GPIO pin to use as interrupt pin level: The interrupt trigger level (one of mraa::Edge values). Make sure that you have configured the interrupt pin properly for whatever level you choose. isr: The interrupt handler, accepting a void * argument arg: The argument to pass the the interrupt handler Exceptions: ----------- std::runtime_error: on failure """ return _pyupm_lsm303agr.LSM303AGR_installISR(self, intr, gpio, level, isr, arg)
[docs] def uninstallISR(self, intr): """ void uninstallISR(LSM303AGR_INTERRUPT_PINS_T intr) Uninstall a previously installed interrupt handler Parameters: ----------- intr: One of the LSM303AGR_INTERRUPT_PINS_T values specifying which interrupt pin you are removing """ return _pyupm_lsm303agr.LSM303AGR_uninstallISR(self, intr)
LSM303AGR_swigregister = _pyupm_lsm303agr.LSM303AGR_swigregister LSM303AGR_swigregister(LSM303AGR) # This file is compatible with both classic and new-style classes.