Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
LoraConfigParams Struct Reference

Internal structure to hold the LoRa module configuration. More...

#include <DuckLora.h>

Public Attributes

float band
 radio frequency (i.e US915Mhz) More...
 
int ss
 slave select pin More...
 
int rst
 chip reset pin More...
 
int di0
 dio0 interrupt pin More...
 
int di1
 dio1 interrupt pin More...
 
int txPower
 transmit power More...
 
void(* func )(void)
 interrupt service routine function when di0 activates More...
 

Detailed Description

Internal structure to hold the LoRa module configuration.

Member Data Documentation

◆ band

float LoraConfigParams::band

radio frequency (i.e US915Mhz)

◆ di0

int LoraConfigParams::di0

dio0 interrupt pin

◆ di1

int LoraConfigParams::di1

dio1 interrupt pin

◆ func

void(* LoraConfigParams::func) (void)

interrupt service routine function when di0 activates

◆ rst

int LoraConfigParams::rst

chip reset pin

◆ ss

int LoraConfigParams::ss

slave select pin

◆ txPower

int LoraConfigParams::txPower

transmit power


The documentation for this struct was generated from the following file: