Default Pinout can be overrided with setPins() function
## Installation
1. [Set up the Pico C/C++ SDK](https://github.com/raspberrypi/pico-sdk)
2. Download this repo
3. Set `PICO_SDK_PATH`
```sh
export PICO_SDK_PATH="path to pico-sdk"
```
4. Create `build` directory then run `cmake` and `make`:
```sh
mkdir build
cd build
cmake ..
make
```
## Notes
Currently this is only tested on Raspberry Pi Pico and Semtech1278 board. Feel free to reach out for any bugs or support.
## References
This [project](https://github.com/akshayabali/LoRa-RP2040) is based on LoRa Library for Arduino:[sandeepmistry/arduino-LoRa](https://github.com/sandeepmistry/arduino-LoRa)