├── LICENSE.txt ├── RadioLibLicense.txt ├── Readme.md ├── SX126x.cpp ├── SX126x.h ├── examples ├── LoRaRX.ino └── LoRaTX.ino ├── keywords.txt ├── library.json ├── library.properties └── pcb ├── LoRa2.JPG └── Schematic.pdf /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /RadioLibLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/RadioLibLicense.txt -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/Readme.md -------------------------------------------------------------------------------- /SX126x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/SX126x.cpp -------------------------------------------------------------------------------- /SX126x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/SX126x.h -------------------------------------------------------------------------------- /examples/LoRaRX.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/examples/LoRaRX.ino -------------------------------------------------------------------------------- /examples/LoRaTX.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/examples/LoRaTX.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/library.properties -------------------------------------------------------------------------------- /pcb/LoRa2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/pcb/LoRa2.JPG -------------------------------------------------------------------------------- /pcb/Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinytronix/SX126x/HEAD/pcb/Schematic.pdf --------------------------------------------------------------------------------