end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sBand Struct Reference

sBand Struct Reference

#include <LoRaMacSingle.h>

Data Fields

uint16_t DCycle
int8_t TxMaxPower
unsigned int last_tx_done_us

Detailed Description

LoRaMAC band parameters definition

Definition at line 149 of file LoRaMacSingle.h.


Field Documentation

uint16_t DCycle

Duty cycle

Definition at line 154 of file LoRaMacSingle.h.

unsigned int last_tx_done_us

Time stamp of the last Tx frame

Definition at line 163 of file LoRaMacSingle.h.

int8_t TxMaxPower

Maximum Tx power

Definition at line 158 of file LoRaMacSingle.h.