IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
Functions to initialise the driver.

How to initialise the driver. More...

Collaboration diagram for Functions to initialise the driver.:

Functions

void lora_driver_initialise (serial_comPort_t comPort, MessageBufferHandle_t downlinkMessageBuffer)
 Initialise the LoRa driver.. More...
 

Detailed Description

How to initialise the driver.

Function Documentation

◆ lora_driver_initialise()

void lora_driver_initialise ( serial_comPort_t  comPort,
MessageBufferHandle_t  downlinkMessageBuffer 
)

Initialise the LoRa driver..

Initialise the LoRa Driver.

Parameters
[in]comPortto be used for communication with the RN2483 module.
[in]downlinkMessageBufferthat will be used to buffer down-link messages received from LoRaWAN.
Note
If downlinkMessageBuffer is NULL then no down-link messages can be received