MAX326xxFTHR_LoRa_RFM95_PingPong_Example

Dependencies of MAX326xxFTHR_LoRa_RFM95_PingPong_Example

A dependency is a program or library which this program uses. When you import this program, the dependencies are automatically imported.

Inherit from Serial and use software buffers for TX and RX. This allows the UART peripherals to operate in a IRQ driven mode. Overrides most (but not all) stdio functions … buffer, BufferedSerial, BufferSerial, Serial
I made a fork of a generic library that was developed with support for RFM95 LoRa module that I found online. I Made a few changes and made it compatible … hope, Lora, RFM95, SX1276
I changed one line of code in the file with path name: USBDeviceHT/targets/TARGET_Maxim Integrated, Lora, Maxim
Changed one line to make project compilable with both the MAX32630FTHR and for it to be compilable with the MAX32620FTHR when this library is included in the program's list of …