test sending sensor results over lora radio. Accelerometer and temp/pressure.

Dependencies:   SX127x

Embed: (wiki syntax)

« Back to documentation index

Filters

Filters
[Lps22hh]

This section group all the functions concerning the filters configuration. More...

Functions

int32_t lps22hh_lp_bandwidth_set (lps22hh_ctx_t *ctx, lps22hh_lpfp_cfg_t val)
 lp_bandwidth: [set] Low-pass bandwidth selection.
int32_t lps22hh_lp_bandwidth_get (lps22hh_ctx_t *ctx, lps22hh_lpfp_cfg_t *val)
 lp_bandwidth: [get] Low-pass bandwidth selection.

Detailed Description

This section group all the functions concerning the filters configuration.


Function Documentation

int32_t lps22hh_lp_bandwidth_get ( lps22hh_ctx_t *  ctx,
lps22hh_lpfp_cfg_t *  val 
)

lp_bandwidth: [get] Low-pass bandwidth selection.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
lps22hh_lpfp_cfg_t,:Get the values of lpfp_cfg in reg CTRL_REG1

Definition at line 684 of file LPS22HH_Driver.c.

int32_t lps22hh_lp_bandwidth_set ( lps22hh_ctx_t *  ctx,
lps22hh_lpfp_cfg_t  val 
)

lp_bandwidth: [set] Low-pass bandwidth selection.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
lps22hh_lpfp_cfg_t,:change the values of lpfp_cfg in reg CTRL_REG1

Definition at line 665 of file LPS22HH_Driver.c.