GroveLoraModemConfiguration class

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

Constructors

GroveLoraModemConfiguration(int _reg1d, int _reg1e, int _reg26)
Construction
GroveLoraModemConfiguration.fromList(List<int> settings)

Properties

hashCode int
The hash code for this object.
no setterinherited
reg1d int
Value for GroveLoraRf95Definitions.rhrF95ReG1DmodemconfiG1
no setter
reg1e int
Value for GroveLoraRf95Definitions.rhrF95ReG1EmodemconfiG2
no setter
reg26 int
Value for GroveLoraRf95Definitions.rhrF95ReG26ModemconfiG3
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited