LoRaLib
Arduino library for LoRa modules based on LoRa chips by Semtech (SX1272, SX1276, SX1278) and HopeRF (RFM95, RFM96, RFM98)
LoRa Class Reference

Main library object to control the LoRa module. This class only exists as an alias for the class Module in the standard constructor. Most of the library methods are implemented in class SX127x, which serves as base for all derived classes (SX1278, SX1272 etc.). Some of the methods are also implemented/overridden in the derived classes. More...

#include <LoRaLib.h>

Detailed Description

Main library object to control the LoRa module. This class only exists as an alias for the class Module in the standard constructor. Most of the library methods are implemented in class SX127x, which serves as base for all derived classes (SX1278, SX1272 etc.). Some of the methods are also implemented/overridden in the derived classes.


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