David Rimer / RadioHead-148
Embed: (wiki syntax)

« Back to documentation index

RH_RF95::ModemConfig Struct Reference

RH_RF95::ModemConfig Struct Reference

Defines register values for a set of modem configuration registers. More...

#include <RH_RF95.h>

Data Fields

uint8_t reg_1d
 Value for register RH_RF95_REG_1D_MODEM_CONFIG1.
uint8_t reg_1e
 Value for register RH_RF95_REG_1E_MODEM_CONFIG2.
uint8_t reg_26
 Value for register RH_RF95_REG_26_MODEM_CONFIG3.

Detailed Description

Defines register values for a set of modem configuration registers.

Defines register values for a set of modem configuration registers that can be passed to setModemRegisters() if none of the choices in ModemConfigChoice suit your need setModemRegisters() writes the register values from this structure to the appropriate registers to set the desired spreading factor, coding rate and bandwidth

Definition at line 411 of file RH_RF95.h.


Field Documentation

uint8_t reg_1d

Value for register RH_RF95_REG_1D_MODEM_CONFIG1.

Definition at line 412 of file RH_RF95.h.

uint8_t reg_1e

Value for register RH_RF95_REG_1E_MODEM_CONFIG2.

Definition at line 413 of file RH_RF95.h.

uint8_t reg_26

Value for register RH_RF95_REG_26_MODEM_CONFIG3.

Definition at line 414 of file RH_RF95.h.