9extern Topic *loraTopic;
11void vLoRaTransmit(
void *pvParameters);
12void vLoRaReceive(
void *pvParameters);
13void LoRa_setRfToggle(
GPIOpin_t *rfToggle);
15LoRa_t *LoRa_getTransceiver();
16void LoRa_setTransceiver(
LoRa_t *transceiver);
17void pubLoraInterrupt();
Struct definition for a GPIO pin.
Defines the API for LoRa communication.
Public representation of a Topic.