![]() |
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.
|
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... | |
Internal structure to hold the LoRa module configuration.
float LoraConfigParams::band |
radio frequency (i.e US915Mhz)
int LoraConfigParams::di0 |
dio0 interrupt pin
int LoraConfigParams::di1 |
dio1 interrupt pin
void(* LoraConfigParams::func) (void) |
interrupt service routine function when di0 activates
int LoraConfigParams::rst |
chip reset pin
int LoraConfigParams::ss |
slave select pin
int LoraConfigParams::txPower |
transmit power