LoRaWANCH341 Library
|
Implementation of the RFM95 LoRa module interface. More...
#include "RFM95.hpp"
#include "SPIInterface.hpp"
#include <iostream>
#include <iomanip>
#include <chrono>
#include <thread>
#include <algorithm>
Implementation of the RFM95 LoRa module interface.
This file contains the implementation of the RFM95 class, which provides an interface to interact with the RFM95 LoRa module using an SPI interface. The class supports various functionalities such as setting frequency, transmit power, spreading factor, bandwidth, coding rate, preamble length, and more.
The class also provides methods for sending and receiving data, configuring interrupt flags, and reading various status registers.