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

Dependencies:   SX127x

Embed: (wiki syntax)

« Back to documentation index

Public function prototypes

Public function prototypes
[IO]

Functions

DrvStatusTypeDef Sensor_IO_Init (void)
 Configures sensor I2C interface.
DrvStatusTypeDef DIL24_Sensor_IO_ITConfig (void)
 Configures sensor interrupts interface for sensor in DIL24 socket.

Function Documentation

DrvStatusTypeDef DIL24_Sensor_IO_ITConfig ( void   )

Configures sensor interrupts interface for sensor in DIL24 socket.

Parameters:
None
Return values:
COMPONENT_OKin case of success
COMPONENT_ERRORin case of failure

Definition at line 103 of file x_nucleo_iks01a2.c.

DrvStatusTypeDef Sensor_IO_Init ( void   )

Configures sensor I2C interface.

Parameters:
None
Return values:
COMPONENT_OKin case of success
COMPONENT_ERRORin case of failure

Definition at line 85 of file x_nucleo_iks01a2.c.