![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
How to initialise the driver. More...
Functions | |
void | lora_driver_initialise (serial_comPort_t comPort, MessageBufferHandle_t downlinkMessageBuffer) |
Initialise the LoRa driver.. More... | |
How to initialise the driver.
void lora_driver_initialise | ( | serial_comPort_t | comPort, |
MessageBufferHandle_t | downlinkMessageBuffer | ||
) |
Initialise the LoRa driver..
Initialise the LoRa Driver.
[in] | comPort | to be used for communication with the RN2483 module. |
[in] | downlinkMessageBuffer | that will be used to buffer down-link messages received from LoRaWAN. |