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

Dependencies:   SX127x

Embed: (wiki syntax)

« Back to documentation index

Data_output

Data_output
[Lps22hh]

This section groups all the data output functions. More...

Functions

int32_t lps22hh_pressure_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff)
 pressure_raw: [get] Pressure output value.
int32_t lps22hh_temperature_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff)
 temperature_raw: [get] Temperature output value.
int32_t lps22hh_fifo_pressure_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff)
 fifo_pressure_raw: [get] Pressure output from FIFO value.
int32_t lps22hh_fifo_temperature_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff)
 fifo_temperature_raw: [get] Temperature output from FIFO value.

Detailed Description

This section groups all the data output functions.


Function Documentation

int32_t lps22hh_fifo_pressure_raw_get ( lps22hh_ctx_t *  ctx,
uint8_t *  buff 
)

fifo_pressure_raw: [get] Pressure output from FIFO value.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
uint8_t* : buffer that stores data read

Definition at line 488 of file LPS22HH_Driver.c.

int32_t lps22hh_fifo_temperature_raw_get ( lps22hh_ctx_t *  ctx,
uint8_t *  buff 
)

fifo_temperature_raw: [get] Temperature output from FIFO value.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
uint8_t* : buffer that stores data read

Definition at line 500 of file LPS22HH_Driver.c.

int32_t lps22hh_pressure_raw_get ( lps22hh_ctx_t *  ctx,
uint8_t *  buff 
)

pressure_raw: [get] Pressure output value.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
uint8_t* : buffer that stores data read

Definition at line 464 of file LPS22HH_Driver.c.

int32_t lps22hh_temperature_raw_get ( lps22hh_ctx_t *  ctx,
uint8_t *  buff 
)

temperature_raw: [get] Temperature output value.

Parameters:
lps22hh_ctx_t*ctx: read / write interface definitions
uint8_t* : buffer that stores data read

Definition at line 476 of file LPS22HH_Driver.c.