px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
px_lis3dh.h : ST LIS3DH accelerometer driver

Description

File(s):

Reference:

This driver initialises the accelerometer with a High Pass Filter enabled to detect movement. It tries to filter out the static G-force applied by our little blue green planet and be orientation agnostic.

Data Structures

struct  px_lis3dh_xyz_t
 Acelerometer XYZ data. More...
 

Macros

#define PX_LIS3DH_I2C_SLA_ADR   0x18
 I2C Slave address. More...
 

Data Structure Documentation

◆ px_lis3dh_xyz_t

struct px_lis3dh_xyz_t

Acelerometer XYZ data.

Definition at line 54 of file px_lis3dh.h.

Macro Definition Documentation

◆ PX_LIS3DH_I2C_SLA_ADR

#define PX_LIS3DH_I2C_SLA_ADR   0x18

I2C Slave address.

Definition at line 50 of file px_lis3dh.h.