Modified from sx128x_linux_driver
project. Linux driver for Semtech SX128x series.
To build the executables (Lora_[rx|tx]
) run:
mkdir build
cd build
sudo cmake ..
sudo make -j4
This project is part of the STM32 Sucks! project.
- C++17
- CMake 3.14+
- Linux kernel 4.8+
They will be automatically installed by CPM.
See Test.cpp
LGPLv3